getScheduledJobs
Syntax
getScheduledJobs([jobIdPattern])
Arguments
jobIdPattern is a string indicating a job ID or a pattern of job ID. It supports wildcard characters (% and ?).
Details
Return a table of scheduled jobs. If jobIdPattern is not specified, return all scheduled jobs.
Examples
$ getScheduledJobs();
userId |
jobId |
jobDesc |
startDate |
endDate |
frequency |
scheduleTime |
days |
---|---|---|---|---|---|---|---|
root |
monthly |
Monthly Job |
2018.01.01 |
2018.12.31 |
M |
17:00m |
1 |
root |
weekly |
Weekly Job |
2018.01.01 |
2018.12.31 |
W |
17:30m |
2 |
root |
daily |
Daily Job |
2018.01.01 |
2018.12.31 |
D |
18:00m |