Click or drag to resize

TaskStateManagementIsFaulted Property

Gets whether the ConcurrentStream.Task completed due to an unhandled exception. Reslt is true if the task has thrown an unhandled exception; 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 IsFaulted { get; }

Property Value

Boolean
See Also