Task Properties |
The Task type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
Gets the unique handle of task.
| |
| IsCancelling |
Gets a value indicating whether this task is cancelling.
| |
| IsFinishedTaskStatus |
Gets a value indicating whether this task is finished.
| |
| Name |
Gets or sets the display name of the task.
| |
| Properties |
Gets the properties of the task.
| |
| Result |
Gets or sets Task's execution result.
| |
| StandardError |
Gets the standard error of the host that executed the task.
| |
| StandardOutput |
Gets the standard output of the host that executed the task.
| |
| TaskCancellationMessage |
Gets the optional task cancellation message.
| |
| TaskCancellationReason |
Gets the reason why the task was canceled.
| |
| TaskStatus |
Gets the task status.
|
STK Parallel Computing Server 2.10 API for .NET