bridge.invoke
Invoke a function on the remote III instance
- dataunknown
Payload passed to the remote function, forwarded verbatim.
- function_idstringrequired
Id of the function to invoke on the remote iii instance.
- timeout_msinteger· uint64min 0
Milliseconds to wait for the result. `bridge.invoke` defaults to 30s when omitted; `bridge.invoke_async` ignores this field (fire-and-forget).