Task run hooks
useRunningTaskRunIds
The useRunningTaskRunIds
hook returns the current running task run Ids
of the Manager
provided by a Provider
component. Read more.
useScheduleTaskRun
The useScheduleTaskRun
hook can be used to schedule a specific task in the Manager
provided by a Provider
component. Read more.
When called with an object as the first argument, the useScheduleTaskRun
hook destructures it to make it easier to skip optional parameters. Read more.
useScheduleTaskRunCallback
The useScheduleTaskRunCallback
hook returns a function that can be used to schedule a specific task in the Manager
provided by a Provider
component. Read more.
When called with an object as the first argument, the useScheduleTaskRunCallback
hook destructures it to make it easier to skip optional parameters. Read more.
useScheduledTaskRunIds
The useScheduledTaskRunIds
hook returns the current scheduled task run Ids
of the Manager
provided by a Provider
component. Read more.
useTaskRunRunning
The useTaskRunRunning
hook returns a boolean indicating whether a specific task run is currently running in the Manager
provided by a Provider
component. Read more.