Home > @rushstack/heft > IHeftTaskRunIncrementalHookOptions > requestRun
IHeftTaskRunIncrementalHookOptions.requestRun property
A callback that can be invoked to tell the Heft runtime to schedule an incremental run of this task. If a run is already pending, does nothing.
Signature:
readonly requestRun: () => void;