StartTaskInformation 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 a StartTask running on a Compute Node.
public class StartTaskInformation
type StartTaskInformation = class
Public Class StartTaskInformation
- Inheritance
-
StartTaskInformation
Constructors
StartTaskInformation() |
Initializes a new instance of the StartTaskInformation class. |
StartTaskInformation(StartTaskState, DateTime, Int32, Nullable<DateTime>, Nullable<Int32>, TaskContainerExecutionInformation, TaskFailureInformation, Nullable<DateTime>, Nullable<TaskExecutionResult>) |
Initializes a new instance of the StartTaskInformation 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 StartTask stopped running. |
ExitCode |
Gets or sets the exit code of the program specified on the StartTask command line. |
FailureInfo |
Gets or sets information describing the Task failure, if any. |
LastRetryTime |
Gets or sets the most recent time at which a retry of the Task started running. |
Result |
Gets or sets the result of the Task execution. |
RetryCount |
Gets or sets the number of times the Task has been retried by the Batch service. |
StartTime |
Gets or sets the time at which the StartTask started running. |
State |
Gets or sets the state of the StartTask on the Compute Node. |
Applies to
Azure SDK for .NET