Provides access to info properties of the job.
Members
Name | Description | |
---|---|---|
![]() |
Description | Job description. |
![]() |
EndingTime | Time when job execution ended. |
![]() |
StartingTime | Time when the job execution started. |
![]() |
SubmittedBy | Name of the user who submitted the job. |
![]() |
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 |
---|