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

See Also

Reference

cancellation_token Class