agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
CronJobInfo
Interface CronJobInfo
Info about a registered cron job (returned by
listCronJobs
).
interface
CronJobInfo
{
action
:
SerializableCronAction
;
id
:
string
;
overlap
:
"allow"
|
"skip"
|
"queue"
;
schedule
:
string
;
}
Index
Properties
action
id
overlap
schedule
Properties
action
action
:
SerializableCronAction
id
id
:
string
overlap
overlap
:
"allow"
|
"skip"
|
"queue"
schedule
schedule
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
id
overlap
schedule
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Info about a registered cron job (returned by
listCronJobs).