Version: 5.8.xOn this pageTaskHookTypeTask hook types express when a hook should execute.Table of contentsEnumeration MembersAFTER_TASKBEFORE_TASKEnumeration MembersAFTER_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.