StatusChangedEventArgs.State Property |
Gets the state of the task.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic TaskState State { get; }
Public ReadOnly Property State As TaskState
Get
Property Value
Type:
TaskState
See Also