Preparing search index...
The search index is not available
@tarpit/schedule
@tarpit/schedule
ScheduleHooks
Class ScheduleHooks
Hierarchy
ScheduleHooks
Index
Constructors
constructor
Methods
on_
error
on_
finish
on_
init
Constructors
constructor
new
Schedule
Hooks
(
)
:
ScheduleHooks
Returns
ScheduleHooks
Methods
on_
error
on_
error
(
context
,
err
)
:
Promise
<
void
>
Parameters
context
:
Context
err
:
any
Returns
Promise
<
void
>
on_
finish
on_
finish
<
T
>
(
context
,
res
)
:
Promise
<
void
>
Type Parameters
T
Parameters
context
:
Context
res
:
T
Returns
Promise
<
void
>
on_
init
on_
init
(
context
)
:
Promise
<
void
>
Parameters
context
:
Context
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
src
services
schedule-hooks.ts
ScheduleHooks
schedule-inspector.ts
ScheduleInspector
builtin
task-context.ts
TaskContext
errors
task-crash.ts
TaskCrash
throw_task_crash
task-done.ts
TaskDone
mission_completed
task-error.ts
TaskError
TaskErrorDescription
task-ignore.ts
TaskIgnore
throw_task_ignore
task-retry.ts
TaskRetry
throw_task_retry
annotations
task.ts
Task
Task
tp-schedule.ts
TpSchedule
TpSchedule
schedule.module.ts
ScheduleModule
__types__.ts
TaskDesc
TaskOptions
TpScheduleOptions
Generated using
TypeDoc