Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IHeftTaskRunHookOptions

IHeftTaskRunHookOptions interface

Options provided to the run hook.

Signature:

export interface IHeftTaskRunHookOptions 

Properties

Property

Modifiers

Type

Description

abortSignal

readonly

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.

globAsync

readonly

GlobFn

Reads the specified globs and returns the result.