task_group_status Enumeration
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;
Members
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. |
Requirements
Header: pplinterface.h
Namespace: concurrency
See Also
Reference
task_group::run_and_wait Method