Class JobPropertiesExecutionInfo
java.lang.Object
com.microsoft.azure.management.batchai.JobPropertiesExecutionInfo
Information about the execution of a job.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
endTime()
Get the time at which the job completed.errors()
Get a collection of errors encountered by the service during job execution.exitCode()
Get the exit code of the job.org.joda.time.DateTime
Get the time at which the job started running.
-
Constructor Details
-
JobPropertiesExecutionInfo
public JobPropertiesExecutionInfo()
-
-
Method Details
-
startTime
public org.joda.time.DateTime startTime()Get the time at which the job started running. 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.- Returns:
- the startTime value
-
endTime
public org.joda.time.DateTime endTime()Get the time at which the job completed. This property is only returned if the job is in completed state.- Returns:
- the endTime value
-
exitCode
Get the exit code of the job. This property is only returned if the job is in completed state.- Returns:
- the exitCode value
-
errors
Get a collection of errors encountered by the service during job execution.- Returns:
- the errors value
-