Job Properties

Top  Previous  Next

This property defines basic options of a scheduled job.

Field Description

Field Name

Job Name. Name of the scheduled job context. It should satisfy the context naming conventions. Name is required to refer to this job from other parts of the system.

name

Job Description. Textual description of the job. This is also a description of the Scheduled Job context.

description

Job is Enabled. All triggers of enabled jobs are active and job is executed. When job is re-enabled after being disabled for some time all misfired triggers are executed.

enabled

Context Mask. Context mask defines a number of contexts to call the scheduled action from. When scheduled job is launched, selected action is launched in consecutive order from every context that matches to the mask.

mask

Action. Name of the action to be launched.

action

Parameters. Action-specific parameters. These parameters are used to substitute user input when scheduler job executes action in non-interactive mode. For example, if scheduled action requires confirmation (i.e. asks user something like "Delete query?" and allows to click OK or Cancel), this field will contain a "Delete query?" parameter with two possible choices: "OK" and "Cancel".

input

These properties may be accessed through the jobDetailsView variable.