TinyTick logoTinyTick

Listener type aliases

StatusListener

The StatusListener type describes a function that is used to listen to the fact that the Manager changed status from stopped to started, or vice-versa. Read more.

TaskRunFailedListener

The TaskRunFailedListener type describes a function that is used to listen to a failing task run, whether because of timeout, error, or deletion. Read more.

TaskRunIdsListener

The TaskRunIdsListener type describes a function that is used to listen to changes to task run Ids in the Manager. Read more.

TaskRunRunningListener

The TaskRunRunningListener type describes a function that is used to listen to changes to a specific task run in the Manager. Read more.

TickListener

The TickListener type describes a function that is used to listen to the fact that the Manager is either about to tick or did just tick. Read more.