Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideRecipesAPI ReferenceChangelogDiscussions
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

SleepOptions

OCP App SDK


OCP App SDK / SleepOptions

Interface: SleepOptions

Defined in: src/app/Job.ts:33

Properties

interruptible?

optional interruptible: boolean

Defined in: src/app/Job.ts:38

true if the job can be safely interrupted during this sleep (and resumed later with the current job state)

Default

undefined the interruptible status of the job will be unchanged