ct_rpc
Types
Same as ct_rpc:app_node/2, except that argument FailOnBadRPC determines if the search for a candidate node is to stop if badrpc is received at some point.
Types
Same as ct_rpc:app_node/2, except that argument FailOnBadRPC determines if the search for a candidate node is to stop if badrpc is received at some point.
The cookie on the client node is set to Cookie for this rpc operation (used to match the server node cookie).
Types
Types
Evaluates apply(Module, Function, Args) on the node Node. Returns either whatever Function returns, or {badrpc, Reason} if the remote procedure call fails. If Node is {Fun, FunArgs}, applying Fun to FunArgs is to return a node name.
The cookie on the client node is set to Cookie for this rpc operation (used to match the server node cookie).
Types
Types
Evaluates apply(Module, Function, Args) on the node Node. No response is delivered and the process that makes the call is not suspended until the evaluation is completed as in the case of call/3,4. If Node is {Fun, FunArgs}, applying Fun to FunArgs is to return a node name.
The cookie on the client node is set to Cookie for this rpc operation (used to match the server node cookie).