Member Junction
Preparing search index...
@memberjunction/core
RemoteOpExecMode
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
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
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. aProcessRun); the caller chooses how to consume it via RemoteOpInvokeMode.