Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
host-kit
FlowsafeRunnerLifecycleOptions
Interface FlowsafeRunnerLifecycleOptions
interface
FlowsafeRunnerLifecycleOptions
{
discardScheduleDispatch
?:
(
scheduleId
:
string
,
dispatchId
:
string
,
runId
:
string
,
)
=>
Promise
<
void
>
;
waitUntil
?:
(
promise
:
Promise
<
unknown
>
)
=>
void
;
}
Index
Properties
discard
Schedule
Dispatch?
wait
Until?
Properties
Optional
discard
Schedule
Dispatch
discardScheduleDispatch
?:
(
scheduleId
:
string
,
dispatchId
:
string
,
runId
:
string
,
)
=>
Promise
<
void
>
Optional
wait
Until
waitUntil
?:
(
promise
:
Promise
<
unknown
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
discard
Schedule
Dispatch
wait
Until
Documentation
GitHub
Anchorage API reference
Loading...