JobPreparationAndReleaseTaskExecutionInformation interface

An interface representing JobPreparationAndReleaseTaskExecutionInformation.

Properties

jobPreparationTaskExecutionInfo

Information about the execution status of the Job Preparation Task on this Compute Node.

jobReleaseTaskExecutionInfo

Information about the execution status of the Job Release Task on this Compute Node. This property is set only if the Job Release Task has run on the Compute Node.

nodeId

The ID of the Compute Node to which this entry refers.

nodeUrl

The URL of the Compute Node to which this entry refers.

poolId

The ID of the Pool containing the Compute Node to which this entry refers.

Property Details

jobPreparationTaskExecutionInfo

Information about the execution status of the Job Preparation Task on this Compute Node.

jobPreparationTaskExecutionInfo?: JobPreparationTaskExecutionInformation

Property Value

jobReleaseTaskExecutionInfo

Information about the execution status of the Job Release Task on this Compute Node. This property is set only if the Job Release Task has run on the Compute Node.

jobReleaseTaskExecutionInfo?: JobReleaseTaskExecutionInformation

Property Value

nodeId

The ID of the Compute Node to which this entry refers.

nodeId?: string

Property Value

string

nodeUrl

The URL of the Compute Node to which this entry refers.

nodeUrl?: string

Property Value

string

poolId

The ID of the Pool containing the Compute Node to which this entry refers.

poolId?: string

Property Value

string