SubtaskInformation Class

Definition

Information about an Azure Batch subtask.

public class SubtaskInformation
Inheritance
SubtaskInformation

Properties

ComputeNodeInformation

Gets the information about the compute node on which the subtask ran.

EndTime

Gets the time at which the subtask completed. This property is set only if the subtask is in the Completed state.

ExitCode

Gets the exit code of the program specified on the subtask command line.

FailureInformation

Gets information describing the task failure, if any.

Id

Gets the id of the subtask.

PreviousState

Gets the previous state of the subtask. This property is not set if the subtask is in its initial Running state.

PreviousStateTransitionTime

Gets the time at which the subtask entered its previous state. This property is not set if the subtask is in its initial Running state.

Result

Gets the result of the task execution.

SchedulingError

Gets the details of any error encountered scheduling the subtask.

StartTime

Gets the time at which the subtask started running. If the subtask has been restarted or retried, this is the most recent time at which the subtask started running.

State

Gets the current state of the subtask.

StateTransitionTime

Gets the time at which the subtask entered its current state.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)