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.
Specifies the detailed runtime information of the start task, including current state, error details, exit code, start time, end time, etc.
public class StartTaskInformation
type StartTaskInformation = class
Public Class StartTaskInformation
- Inheritance
-
StartTaskInformation
Properties
ContainerInformation |
Gets information about the container under which the task is executing. |
EndTime |
Gets the time at which the task completed. |
ExitCode |
Gets the exit code of the program specified on the task command line. |
FailureInformation |
Gets information describing the task failure, if any. |
LastRetryTime |
Gets the most recent time at which execution of the start task was retried by the Batch service. |
Result |
Gets the result of the task execution. |
RetryCount |
Gets the number of times the start task has been retried by the Batch system. |
StartTime |
Gets the time at which the task started running. |
State |
Gets the current running state of the start task. |
Applies to
Azure SDK for .NET