The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Visual Studio 2012
Describes the execution status of a task_group or structured_task_group object. A value of this type is returned by numerous methods that wait on tasks scheduled to a task group to complete.
enum task_group_status;
|
Name |
Description |
|---|---|
|
canceled |
The task_group or structured_task_group object was canceled. One or more tasks may not have executed. |
|
completed |
The tasks queued to the task_group or structured_task_group object completed successfully. |
|
not_complete |
The tasks queued to the task_group object have not completed. Note that this value is not presently returned by the Concurrency Runtime. |