Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the task is completed.
bool is_done() const;
Return Value
True if the task has completed, false otherwise.
Remarks
The function returns true if the task is completed or canceled (with or without user exception).
Requirements
Header: ppltasks.h
Namespace: concurrency