job_schedule_action

Table Type: System Configuration

Contains a list of all the actions that will be carried out in order when the job_schedule is run. These will be run in ascending order one after the other.

Columns

Column Type Modifiers Notes
key guid Primary Key, Required
command string The command to run. This is a sequence of actions, which may include stored procedures.
is_disabled boolean
job_schedule_key guid Required The Job Schedule this belongs to
order int32 Required The order in which this action will be run in the job schedule. Lower values will be run before higher values.