SchedulerServiceTaskInvocationDefinition
Home > @backstage/backend-plugin-api
> SchedulerServiceTaskInvocationDefinition
Options that apply to the invocation of a given task.
Signature:
export interface SchedulerServiceTaskInvocationDefinition
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
The actual task function to be invoked regularly. | |||
string |
A unique ID (within the scope of the plugin) for the task. | ||
AbortSignal |
(Optional) An abort signal that, when triggered, will stop the recurring execution of the task. |