cancellation_token::is_canceled Method
Returns true if the token has been canceled.
bool is_canceled() const;
Return Value
The value true if the token has been canceled; otherwise, the value false.
Requirements
Header: ppl.h
Namespace: concurrency