Task
Nadle / Task
Interface: Task<Options>
Defined in: packages/nadle/src/core/interfaces/task.ts:8
Interface for a typed task with options.
Extended by
Type Parameters
Options
Options
= unknown
The options type for the task.
Properties
run
run:
Callback
<Awaitable
<void
>, {context
:RunnerContext
;options
:Options
; }>
Defined in: packages/nadle/src/core/interfaces/task.ts:14
The function to run for this task.
Param
Task options.
Param
Runner context.