Share via


JobPropertiesExecutionInfo Class

Definition

Information about the execution of a job.

public class JobPropertiesExecutionInfo
type JobPropertiesExecutionInfo = class
Public Class JobPropertiesExecutionInfo
Inheritance
JobPropertiesExecutionInfo

Constructors

JobPropertiesExecutionInfo()

Initializes a new instance of the JobPropertiesExecutionInfo class.

JobPropertiesExecutionInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, IList<BatchAIError>)

Initializes a new instance of the JobPropertiesExecutionInfo class.

Properties

EndTime

Gets end time.

Errors

Gets errors.

ExitCode

Gets exit code.

StartTime

Gets start time.

Applies to