Expand Minimize
This topic has not yet been rated - Rate this topic

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;

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.

Header: ppl.h

Namespace: Concurrency

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.