|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | Execute () |
Performs execution of scheduler jobs |
|
+ | ExecuteSchedulerJob (SchedulerJobDatasetModel, SchedulerJobStatusDatasetModel) |
Executes a single SchedulerJob instance |
|
# | InvokeSchedulerJobCommand (ISchedulerJobCommand, Object) |
Calls the Start method of the |
|
+ | LOGICAL IsCancelled () |
Tests if the current Job is cancelled |
|
+ | UpdateJobStatus (character) |
Updates the Job's status |
|
+ | UpdateJobStatus (character, integer) |
Updates the Job's status |
|
+ | UpdateJobStatus (integer) |
Updates the Job's status |
Options | Name | Purpose | |
---|---|---|---|
# | SchedulerRuntime () |
Protected default constructor of the SchedulerRuntime class |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL Active |
Returns if the scheduler is executing a job |
|
+ | INTEGER KeepRunning |
Gets and sets the number of seconds (e.g. 300 = 5 minutes) the
scheduler runtime job should keep running |
|
+ | INTEGER PauseBetweenPolling |
Gets and sets the number of seconds to wait between two polling
attempts for new jobs when no job had been found previously |
|
+ | CHARACTER SchedulerJobStatusGuid |
Returns the currently executed SchedulerJobStatusGuid |
|
+ | LOGICAL Verbose |
Gets and sets if verbose output of logging messages is requested |
Top
PUBLIC Execute ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ExecuteSchedulerJob (SchedulerJobDatasetModel, SchedulerJobStatusDatasetModel)
|
||||||||||||||||||||||
PROTECTED InvokeSchedulerJobCommand (ISchedulerJobCommand, Object)
|
||||||||||||||||||||||
PUBLIC LOGICAL IsCancelled ()
|
||||||||||||||||||||||
PUBLIC UpdateJobStatus (character)
|
||||||||||||||||||||||
PUBLIC UpdateJobStatus (character, integer)
|
||||||||||||||||||||||
PUBLIC UpdateJobStatus (integer)
|
PROTECTED SchedulerRuntime ()
|
---|
PUBLIC LOGICAL Active
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER KeepRunning
|
|||||||||||||||||
PUBLIC INTEGER PauseBetweenPolling
|
|||||||||||||||||
PUBLIC CHARACTER SchedulerJobStatusGuid
|
|||||||||||||||||
PUBLIC LOGICAL Verbose
|