commands – job delay
Set the delay period of a trigger job.
Usage
job delay name n unit
where
name | of job whose delay to set. |
n | length of delay. |
unit | of delay length. Where unit is one of second[s], minute[s] or hour[s]. |
write on name
this command will set the job type to trigger.
Example
Set a delay of 0 seconds
BeyondCron % job delay /examples/email/trigger 0 seconds
BeyondCron % job show $$
----------- ----------------------- Name /examples/email/trigger Description Simple trigger job ... Delay 0 seconds ...
Set a delay of 2 minutes
BeyondCron % job delay /examples/email/delay 2 minutes
BeyondCron % job show $$
----------- --------------------- Name /examples/email/delay Description Simple delay job ... Delay 2 minutes ...
See also
- job add
- job calendar
- job changes
- job command
- job condition
- job content
- job copy
- job delete
- job description
- job diff
- job email
- job enable/disable/bypass
- job history
- job host
- job image
- job input
- job list
- job message
- job output
- job property
- job schedule
- job show
- job sql
- job start/kill
- job status
- job subject
- job timezone
- job trigger
- job url
- job user
- job variables