TaskStateManagementIsCanceled Property |
Gets whether this ConcurrentStream.Task instance has completed execution
due to being canceled.
Result is true if the task has completed due to being canceled; otherwise false.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsCanceled { get; }Property Value
Boolean
See Also