Interface Activity

Represents an ongoing computation, behavior, or process which may be halted at any time with the Activity.finish method.

interface Activity {
    finish(): void;
}

Implemented by

Methods

Methods

  • Returns void

    Remarks

    Intended to be idempotent.

Generated using TypeDoc