|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 |
|
# | SetJobStatus (SmartSchedulerJobStatusTableModel, SchedulerJobStatusEnum) |
Sets the Job Status and raises the JobStatusChanged event |
|
+ | 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 | |
---|---|---|---|
+ | JobCancelled (JobStatusEventArgs) |
Raised when a job status is set to Cancelled |
|
+ | JobFailed (JobStatusEventArgs) |
Raised when a job status is set to Failed |
|
+ | JobFinished (JobStatusEventArgs) |
Raised when a job status is set to Finished |
|
+ | JobRunning (JobStatusEventArgs) |
Raised when a job status is set to Running |
|
+ | JobStatusChanged (JobStatusEventArgs) |
Raised when the job status changes |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL Active |
|
|
+ | INTEGER KeepRunning |
|
|
+ | INTEGER PauseBetweenPolling |
|
|
+ | CHARACTER QueueCode |
|
|
+ | CHARACTER SchedulerJobStatusGuid |
|
|
+ | LOGICAL Verbose |
|
Top
PUBLIC Execute ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ExecuteSchedulerJob (SchedulerJobDatasetModel, SchedulerJobStatusDatasetModel)
|
||||||||||||||||||||||
PROTECTED InvokeSchedulerJobCommand (ISchedulerJobCommand, Object)
|
||||||||||||||||||||||
PUBLIC LOGICAL IsCancelled ()
|
||||||||||||||||||||||
PROTECTED SetJobStatus (SmartSchedulerJobStatusTableModel, SchedulerJobStatusEnum)
|
||||||||||||||||||||||
PUBLIC UpdateJobStatus (character)
|
||||||||||||||||||||||
PUBLIC UpdateJobStatus (character, integer)
|
||||||||||||||||||||||
PUBLIC UpdateJobStatus (integer)
|
PROTECTED SchedulerRuntime ()
|
---|
PUBLIC JobCancelled (JobStatusEventArgs)
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC JobFailed (JobStatusEventArgs)
|
|||||||||||||||
PUBLIC JobFinished (JobStatusEventArgs)
|
|||||||||||||||
PUBLIC JobRunning (JobStatusEventArgs)
|
|||||||||||||||
PUBLIC JobStatusChanged (JobStatusEventArgs)
|
PUBLIC LOGICAL Active
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER KeepRunning
|
|||||||||
PUBLIC INTEGER PauseBetweenPolling
|
|||||||||
PUBLIC CHARACTER QueueCode
|
|||||||||
PUBLIC CHARACTER SchedulerJobStatusGuid
|
|||||||||
PUBLIC LOGICAL Verbose
|