Home > @rushstack/heft > IHeftTaskRunHookOptions
IHeftTaskRunHookOptions interface
Options provided to the run
hook.
Signature:
export interface IHeftTaskRunHookOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
cancellationToken | readonly | CancellationToken | (BETA) A cancellation token that is used to signal that the build is cancelled. This can be used to stop operations early and allow for a new build to be started. |