Variable CancellationReasonConst
CancellationReason: {
ApplicationStopping: "application-stopping";
Caller: "caller";
Superseded: "superseded";
Timeout: "timeout";
VSCodeRequest: "vscode-request";
} = ...
Type Declaration
-
ReadonlyApplicationStopping: "application-stopping"
-
ReadonlyCaller: "caller"
-
ReadonlySuperseded: "superseded"
-
ReadonlyTimeout: "timeout"
-
ReadonlyVSCodeRequest: "vscode-request"
Why a signal was aborted. Kept for diagnostics:
AbortSignalalone cannot tell "the application is stopping" from "the caller gave up".