OptionalErrorHuman-readable error detail when Success is false.
OptionalHandleOpaque handle (e.g. a ProcessRunID) returned immediately for detached long-running runs.
OptionalOutputThe typed output payload — present for Sync results and attached long-running completion.
OptionalResultMachine-readable outcome code (e.g. SUCCESS, UNKNOWN_OPERATION, FORBIDDEN, NOT_SUPPORTED).
True when the operation executed (or was accepted, for detached long-running) successfully.
Result of invoking a Remote Operation. Like other MJ result objects, it carries
Success+ErrorMessagerather than throwing for logical failures.