Home > @rushstack/heft > IHeftLifecycleHooks > taskStart
IHeftLifecycleHooks.taskStart property
The taskStart hook is called at the beginning of a task. It is called before the task has begun to execute. To use it, call taskStart.tap(<pluginName>, <callback>).
Signature:
taskStart: SyncHook<IHeftTaskStartHookOptions>;