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