TaskStatusChangedEventArgs.State Property |
Gets the state of the task.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.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