Skip to main content
Module

x/windmill/windmill-api/core/CancelablePromise.ts>OnCancel

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface OnCancel
import { type OnCancel } from "https://deno.land/x/windmill@v1.298.0/windmill-api/core/CancelablePromise.ts";

Call Signatures

(cancelHandler: () => void): void

Properties

readonly
isResolved: boolean
readonly
isRejected: boolean
readonly
isCancelled: boolean