Click or drag to resize

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: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool IsCanceled { get; }

Property Value

Boolean
See Also