Skip to main content
Version: 5.10.x

TaskHookType

Task hook types express when a hook should execute.

Table of contents

Enumeration Members

Enumeration Members

AFTER_TASK

AFTER_TASK = "after_task"

Hook is run after the task runs.


BEFORE_TASK

BEFORE_TASK = "before_task"

Hook is run before the task runs.