System::Threading::Tasks::Task::get_IsCompleted method
Task::get_IsCompleted method
Gets whether the task has completed.
bool System::Threading::Tasks::Task::get_IsCompleted() const
ReturnValue
bool True if the task has completed (successfully, faulted, or canceled)
See Also
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++