JobExecutionInformation 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.
Information about the execution of an Azure Batch job.
public class JobExecutionInformation
type JobExecutionInformation = class
Public Class JobExecutionInformation
- Inheritance
-
JobExecutionInformation
Properties
EndTime |
Gets the completion time of this job. |
PoolId |
Gets the pool Id of this job. |
SchedulingError |
Gets the error encountered by the Batch service in scheduling the job. |
StartTime |
Gets the creation time of the job. |
TerminateReason |
Gets the reason for job moving to completed state. |