Condividi tramite


JobExecutionInformation Class

Definition

Contains information about the execution of a Job in the Azure Batch service.

public class JobExecutionInformation
type JobExecutionInformation = class
Public Class JobExecutionInformation
Inheritance
JobExecutionInformation

Constructors

JobExecutionInformation()

Initializes a new instance of the JobExecutionInformation class.

JobExecutionInformation(DateTime, Nullable<DateTime>, String, JobSchedulingError, String)

Initializes a new instance of the JobExecutionInformation class.

Properties

EndTime

Gets or sets the completion time of the Job.

PoolId

Gets or sets the ID of the Pool to which this Job is assigned.

SchedulingError

Gets or sets details of any error encountered by the service in starting the Job.

StartTime

Gets or sets the start time of the Job.

TerminateReason

Gets or sets a string describing the reason the Job ended.

Applies to