JobPreparationTaskExecutionInformation
Class
Definition
Details about the execution of a JobPreparationTask on a compute node.
public class JobPreparationTaskExecutionInformation
- Inheritance
-
JobPreparationTaskExecutionInformation
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 this task's execution was retried by the Batch service. |
| Result |
Gets the result of the task execution. |
| RetryCount |
Gets the number of times the task has been retried by the Batch service. Every time the task exits with a non-zero exit code, it is deemed a task failure. The Batch service will retry the task up to the limit specified by the Constraints. |
| SchedulingError |
Gets the TaskSchedulingError encountered by the service when starting the task. |
| StartTime |
Gets the time at which the task started running. Note that every time the task is restarted, this value is updated. |
| State |
Gets the current state of the task. |
| TaskRootDirectory |
Gets the root directory of the Job Preparation task on the compute node. You can use this path to retrieve files created by the task, such as log files. |
| TaskRootDirectoryUrl |
Gets the URL to the root directory of the Job Preparation task on the compute node. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |