BatchTaskInfoOutput interface
Information about a Task running on a Compute Node.
Properties
| execution |
Information about the execution of the Task. |
| job |
The ID of the Job to which the Task belongs. |
| subtask |
The ID of the subtask if the Task is a multi-instance Task. |
| task |
The ID of the Task. |
| task |
The current state of the Task. Possible values: "active", "preparing", "running", "completed" |
| task |
The URL of the Task. |
Property Details
executionInfo
Information about the execution of the Task.
executionInfo?: BatchTaskExecutionInfoOutput
Property Value
jobId
The ID of the Job to which the Task belongs.
jobId?: string
Property Value
string
subtaskId
The ID of the subtask if the Task is a multi-instance Task.
subtaskId?: number
Property Value
number
taskId
The ID of the Task.
taskId?: string
Property Value
string
taskState
The current state of the Task.
Possible values: "active", "preparing", "running", "completed"
taskState: string
Property Value
string
taskUrl
The URL of the Task.
taskUrl?: string
Property Value
string