See: Description
| Interface | Description |
|---|---|
| TaskGroup.HasTaskGroup<T,U extends TaskItem<T>> |
An interface representing a type that is a part of TaskGroup.
|
| TaskItem<T> |
Type representing a task in a task group
TaskGroup. |
| Class | Description |
|---|---|
| DAGNode<DataT,NodeT extends DAGNode<DataT,NodeT>> |
The type representing node in a
DAGraph. |
| DAGraph<DataT,NodeT extends DAGNode<DataT,NodeT>> |
Type representing a DAG (directed acyclic graph).
|
| Graph<DataT,NodeT extends Node<DataT,NodeT>> |
Type representing a directed graph data structure.
|
| Node<DataT,NodeT extends Node<DataT,NodeT>> |
Type represents a node in a
Graph. |
| TaskGroup<ResultT,TaskT extends TaskItem<ResultT>> |
Type representing a group of task entries, each entry holds a
TaskItem and associated
dependency information. |
| Enum | Description |
|---|---|
| TaskGroupTerminateOnErrorStrategy |
Defines task group termination strategies to be used once a task error-ed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/