Beignet API reference
Preparing search index...
@beignet/core
schedules
runSchedule
Function runSchedule
runSchedule
<
Ctx
,
S
extends
ScheduleDef
<
string
,
StandardSchema
,
Ctx
>
>
(
schedule
:
S
,
args
:
ScheduleRunArgs
<
Ctx
,
InferSchedulePayload
<
S
>
>
,
)
:
Promise
<
void
>
Run one schedule directly with an explicit context.
Type Parameters
Ctx
S
extends
ScheduleDef
<
string
,
StandardSchema
,
Ctx
>
Parameters
schedule
:
S
args
:
ScheduleRunArgs
<
Ctx
,
InferSchedulePayload
<
S
>
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Run one schedule directly with an explicit context.