UnixSocketExt.removeHandler

Unregisters a command and handler to the unix listener.

class UnixSocketExt
void
removeHandler
(
istring command
)

Parameters

command istring

The command to be removed from the listener.

Meta