IJobInfo Interface

Provides access to info properties of the job.

Members

Name Description
Read/write property Description Job description.
Read/write property EndingTime Time when job execution ended.
Read/write property StartingTime Time when the job execution started.
Read/write property SubmittedBy Name of the user who submitted the job.
Read/write property SubmittingTime Time when the job was submitted.

IJobInfo.Description Property

Job description.

Public Property Description As String
public string Description {get; set;}

IJobInfo.EndingTime Property

Time when job execution ended.

Public Property EndingTime As DateTime
public DateTime EndingTime {get; set;}

IJobInfo.StartingTime Property

Time when the job execution started.

Public Property StartingTime As DateTime
public DateTime StartingTime {get; set;}

IJobInfo.SubmittedBy Property

Name of the user who submitted the job.

Public Property SubmittedBy As String
public string SubmittedBy {get; set;}

IJobInfo.SubmittingTime Property

Time when the job was submitted.

Public Property SubmittingTime As DateTime
public DateTime SubmittingTime {get; set;}

Classes that implement IJobInfo

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.