| Group: | Remote Procedure Call |
| See also: | rpclink rpcsendrequest rpcstartclient rpcstartserver rpcstarttimer rpcstopclient rpcstopserver systemcall |
| Function: | rpcstoptimer | |
| Description: | rpcstoptimer stops a timer. |
| Usage: | rpcstoptimer (id) | |
| Input: | ||
| id | scalar | |
rpcstarttimer (100, 0, "XGobiTimer") rpcstoptimer (0)
Starts and stops a timer with id 0. Warning: Do not call rpcstoptimer with a timer id related to incoming RPC requests unless you are absolutely certain you do not want to process any further RPC requests.
| Group: | Remote Procedure Call |
| See also: | rpclink rpcsendrequest rpcstartclient rpcstartserver rpcstarttimer rpcstopclient rpcstopserver systemcall |