rupi cmd shortwait - part-cw/lambdanative GitHub Wiki
(rupi-cmd-shortwait rc cmd . args)
rupi-cmd-shortwait runs a remote UPI command on a rupi server without waiting for a response. It behaves like (rupi-cmd rc cmd . args) but only waits 50 msec for the server response.
| Parameter | Description |
|---|---|
| rc | The rupi client to be used |
| cmd | The command to be executed |
| args | A number of optional arguments to be passed along with the command |
Example
See (rupi-cmd rc cmd . args) for its example.