Concurrency Namespace


Visual Studio 2010 - Visual C++
is_current_task_group_canceling Function

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns an indication of whether the task group which is currently executing inline on the current context is in the midst of an active cancellation (or will be shortly). Note that if there is no task group currently executing inline on the current context, false will be returned.

bool __cdecl is_current_task_group_canceling();
Return Value

true if the task group which is currently executing is canceling, false otherwise

Remarks

For more information, see Cancellation in the PPL

Requirements

Header: ppl.h

See Also

Reference

Page view tracker