SubtaskInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about an Azure Batch subtask.
public class SubtaskInformation
type SubtaskInformation = class
Public Class SubtaskInformation
- Inheritance
-
SubtaskInformation
Constructors
SubtaskInformation() |
Initializes a new instance of the SubtaskInformation class. |
SubtaskInformation(Nullable<Int32>, ComputeNodeInformation, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, TaskContainerExecutionInformation, TaskFailureInformation, Nullable<SubtaskState>, Nullable<DateTime>, Nullable<SubtaskState>, Nullable<DateTime>, Nullable<TaskExecutionResult>) |
Initializes a new instance of the SubtaskInformation class. |
Properties
ContainerInfo |
Gets or sets information about the container under which the Task is executing. |
EndTime |
Gets or sets the time at which the subtask completed. |
ExitCode |
Gets or sets the exit code of the program specified on the subtask command line. |
FailureInfo |
Gets or sets information describing the Task failure, if any. |
Id |
Gets or sets the ID of the subtask. |
NodeInfo |
Gets or sets information about the Compute Node on which the subtask ran. |
PreviousState |
Gets or sets the previous state of the subtask. |
PreviousStateTransitionTime |
Gets or sets the time at which the subtask entered its previous state. |
Result |
Gets or sets the result of the Task execution. |
StartTime |
Gets or sets 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 or sets the current state of the subtask. |
StateTransitionTime |
Gets or sets the time at which the subtask entered its current state. |
Applies to
Azure SDK for .NET