StartTaskInformation
Class
Definition
Specifies the detailed runtime information of the start task, including current state, error details, exit code, start time, end time, etc.
public class StartTaskInformation
- Inheritance
-
StartTaskInformation
Properties
| 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. |
| SchedulingError |
Gets the error encountered by the service when scheduling the task. |
| StartTime |
Gets the time at which the task started running. |
| State |
Gets the current running state of the start task. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |