Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IHeftTaskRunHookOptions

IHeftTaskRunHookOptions interface

Options provided to the run hook.

Signature:

export interface IHeftTaskRunHookOptions 

Properties

PropertyModifiersTypeDescription
cancellationTokenreadonlyCancellationToken(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.