JobReleaseTaskExecutionInformation 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.
Details about the execution of a Job Release task on a compute node.
public class JobReleaseTaskExecutionInformation
type JobReleaseTaskExecutionInformation = class
Public Class JobReleaseTaskExecutionInformation
- Inheritance
-
JobReleaseTaskExecutionInformation
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. |
Result |
Gets the result of the task execution. |
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. |
Applies to
Azure SDK for .NET