BatchTaskInfo interface

Information about a Task running on a Compute Node.

Properties

executionInfo

Information about the execution of the Task.

jobId

The ID of the Job to which the Task belongs.

subtaskId

The ID of the subtask if the Task is a multi-instance Task.

taskId

The ID of the Task.

taskState

The current state of the Task.

taskUrl

The URL of the Task.

Property Details

executionInfo

Information about the execution of the Task.

executionInfo?: BatchTaskExecutionInfo

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.

taskState: BatchTaskState

Property Value

taskUrl

The URL of the Task.

taskUrl?: string

Property Value

string