Member Junction
    Preparing search index...

    Type Alias RemoteOpExecMode

    RemoteOpExecMode: "Sync" | "LongRunning"

    Execution mode of a Remote Operation.

    • Sync — plain request/response; the result is returned when the operation completes.
    • LongRunning — the operation is backed by a tracked run (e.g. a ProcessRun); the caller chooses how to consume it via RemoteOpInvokeMode.