task_group_status¶
[scheduler.task_group_status]
A task_group_status type represents the status of a task_group.
namespace tbb {
enum task_group_status {
not_complete,
complete,
canceled
};
}
[scheduler.task_group_status]
A task_group_status type represents the status of a task_group.
namespace tbb {
enum task_group_status {
not_complete,
complete,
canceled
};
}