Home > @rushstack/operation-graph > IOperationRunnerContext > abortSignal
IOperationRunnerContext.abortSignal property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
An abort signal for the overarching execution. Runners should do their best to gracefully abort as soon as possible if the signal is aborted.
Signature:
abortSignal: AbortSignal;