cron_schedule {brickster} | R Documentation |
Cron Schedule
Description
Cron Schedule
Usage
cron_schedule(
quartz_cron_expression,
timezone_id = "Etc/UTC",
pause_status = c("UNPAUSED", "PAUSED")
)
Arguments
quartz_cron_expression |
Cron expression using Quartz syntax that describes the schedule for a job. See Cron Trigger for details. |
timezone_id |
Java timezone ID. The schedule for a job is resolved with respect to this timezone. See Java TimeZone for details. |
pause_status |
Indicate whether this schedule is paused or not. Either
|
See Also
db_jobs_create()
, db_jobs_reset()
, db_jobs_update()
[Package brickster version 0.2.5 Index]