task_group_status Enumeration
Visual Studio 2010
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;
Values
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. |