interface RunnerRPC {
    onCancel: ((reason) => void);
}

Properties

Properties

onCancel: ((reason) => void)

Type declaration

    • (reason): void
    • Parameters

      • reason: CancelReason

      Returns void

Generated using TypeDoc