Agenda - v6.0.0
GitHub
npm
v4.x Docs
Preparing search index...
JobNotification
Interface JobNotification
Notification payload sent when a job is saved/updated
interface
JobNotification
{
jobId
:
JobId
;
jobName
:
string
;
nextRunAt
:
Date
|
null
;
priority
:
number
;
source
?:
string
;
timestamp
:
Date
;
}
Index
Properties
job
Id
job
Name
next
Run
At
priority
source?
timestamp
Properties
job
Id
jobId
:
JobId
job
Name
jobName
:
string
next
Run
At
nextRunAt
:
Date
|
null
priority
priority
:
number
Optional
source
source
?:
string
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
job
Id
job
Name
next
Run
At
priority
source
timestamp
GitHub
npm
v4.x Docs
Agenda - v6.0.0
Loading...
Notification payload sent when a job is saved/updated