TaskStateManagementIsCompleted Property |
Gets a value that indicates whether the task has completed.
Result is true if the task has completed (that is, the task is in one of the three final
states: TaskStatus.RanToCompletion, TaskStatus.Faulted or TaskStatus.Canceled);
otherwise, false.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsCompleted { get; }Property Value
Boolean
See Also