JobReleaseTaskExecutionInformation
Class
Definition
Details about the execution of a JobReleaseTask on a compute node.
public class JobReleaseTaskExecutionInformation
- Inheritance
-
JobReleaseTaskExecutionInformation
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. |
| Result |
Gets the result of the task execution. |
| SchedulingError |
Gets the scheduling error 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 Release 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 Release task on the compute node. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |