Home > @rushstack/heft > IHeftTaskRunHookOptions > abortSignal
IHeftTaskRunHookOptions.abortSignal property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
An abort signal that is used to abort the build. This can be used to stop operations early and allow for a new build to be started.
Signature:
readonly abortSignal: AbortSignal;