weasel API - v0.8.0
    Preparing search index...

    Interface OngoingInvoker

    Phase-machine invocation. start opens the phase and returns the handle the dispatcher pumps.

    interface OngoingInvoker {
        timing: "ongoing";
        start(ctx: InvocationCtx, opts?: BindingOpts): OngoingHandle;
    }
    Index

    Properties

    Methods

    Properties

    timing: "ongoing"

    Methods