dundas.scheduling.Job Class

 

Inheritance Hierarchy

 
Class
   dundas.scheduling.Job
 

Constructors

 
  Name Description
init Initializes the Job. Called during construction.
 
 

Properties

 
  Name Description
canBeReadByCaller Gets or sets the can be read by caller flag.
canBeRunByCaller Gets or sets the can be run by caller flag.
canBeSavedByCaller Gets or sets the can be saved by caller flag.
createdBy Gets or sets the created by info.
description Gets or sets the description
id Gets or sets the job ID.
isChildJob Gets or sets a value indicating whether or not the job is a child job.
jobKind Gets or sets the job kind.
lastRunInfo Gets or sets the last run info object.
maintainer Gets or sets the job maintainer.
modifiedTime Gets or sets the modified date.
nextRunTime Gets or sets the next time this job is scheduled to run.
parentJobId Gets or sets the parent Job ID.
relatedItemDescription Gets or sets the related item description.
relatedItemId Gets or sets the related item ID.
runAs Gets or sets the run as info.
scheduleStatus Gets or sets the schedule status.
status Gets or sets the status
tenant Gets or sets the tenant .
 
 

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.