dundas.scheduling.JobRun Class

 

Inheritance Hierarchy

 
Class
   dundas.scheduling.JobRun
 

Constructors

 
  Name Description
init Initializes the JobRun. Called during construction.
 
 

Properties

 
  Name Description
duration Gets or sets the duration of the job run.
endTime Gets or sets the end time.
id Gets or sets the Job Run ID (GUID).
jobId Gets or sets the Job ID associated with this Job Run.
result Gets or sets the job run result.
runAs Gets or sets the run As info.
runBy Gets or sets the run by info.
serverName Gets or sets the server name the job ran on.
startTime Gets or sets the start time.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.