Share via


BatchTaskInfoOutput 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.

Possible values: "active", "preparing", "running", "completed"

taskUrl

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