# Constants
AfterTaskHealthyEvent is an event type that occurs right after first successful task health check pass.
BeforeTaskStartEvent is an event type that occurs right before task is started.
BeforeTerminateEvent is an event type that occurs right before task is terminated.
# Interfaces
Hook is an interface for various executor extensions, that can add some actions during task lifecycle events.