TinyTick logoTinyTick

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.

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.

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.