Skip to content
Matthias Görges edited this page Mar 16, 2015 · 2 revisions

rupi-cmd-nowait 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 1 msec for the server response. It always returns #t and hence is useful only for push messages.

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.

Clone this wiki locally