JobInvocation
OCP App SDK / JobInvocation
JobInvocation
Index
Properties
Properties
jobId
string
A unique id generated for this job run
Defined in: src/app/Job.ts:7
parameters
Optional parameters that may be supplied from jobs.trigger() or the app.yml.
Default
{} (an empty hash)
Defined in: src/app/Job.ts:16
scheduledAt
Date
The time the job was scheduled. Can be used to determine if the job was delayed or has been running too long.
Defined in: src/app/Job.ts:11
Updated 2 months ago