Dev Guide
Dev GuideUser GuideGitHubNuGetDevCommunitySubmit a ticketLog In
GitHubNuGetDevCommunitySubmit a ticket

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

ValueHash

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