dundas.scheduling.JobRunEvent Class

 

Inheritance Hierarchy

 
Class
   dundas.scheduling.JobRunEvent
 

Constructors

 
  Name Description
init Initializes the JobRunEvent. Called during construction.
 
 

Properties

 
  Name Description
eventKind Gets or sets the event Kind.
index Gets a numeric index associated with the message which can be used to properly sort messages having identical values for the Time property.
jobId Gets the ID of the job the job run is associated with. May be null.
jobRunId Gets the ID of the job run the job run event is associated with. May be null.
message Gets or sets the message.
messageId Gets or sets the message ID.
severity Gets or sets severity.
time Gets or sets the 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.