Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/operation-graph > WatchLoop > runUntilStableAsync

WatchLoop.runUntilStableAsync() method

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.

Runs the inner loop until the abort signal is cancelled or a run completes without a new run being requested.

Signature:

runUntilStableAsync(abortSignal: AbortSignal): Promise<OperationStatus>;

Parameters

Parameter

Type

Description

abortSignal

AbortSignal

Returns:

Promise<OperationStatus>