Home > @rushstack/heft > IHeftTaskRunHookOptions
IHeftTaskRunHookOptions interface
Options provided to the run hook.
Signature:
export interface IHeftTaskRunHookOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| AbortSignal | (BETA) 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. | |
| Reads the specified globs and returns the result. |