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
Properties
ComputeNodeInformation |
Gets the information about the compute node on which the subtask ran. |
ContainerInformation |
Gets information about the container under which the task is executing. |
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. |
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. |
Applies to
Azure SDK for .NET