nestjs-temporal-core
Preparing search index...
ScheduleUpdateOptions
Type Alias ScheduleUpdateOptions<A>
ScheduleUpdateOptions
:
Replace
<
Omit
<
ScheduleOptions
,
"scheduleId"
|
"memo"
>
,
{
action
:
A
;
state
:
Omit
<
ScheduleOptions
[
"state"
]
,
"triggerImmediately"
|
"backfill"
>
;
}
,
>
The specification of an updated Schedule, as expected by ScheduleHandle.update.
Type Parameters
A
extends
ScheduleOptionsAction
=
ScheduleOptionsAction
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
nestjs-temporal-core
Loading...
The specification of an updated Schedule, as expected by ScheduleHandle.update.