Type deai:ListenHandle
See Proxy.on, Proxy.once for more information about this type
Methods
Set whether listener should be stopped when the handle is dropped. |
|
Stop the handler |
- auto_stop(stop) void
- Return type:
void
- Parameters:
stop (bool)
Set whether listener should be stopped when the handle is dropped.
- stop() void
- Return type:
void
Stop the handler
After calling this the signal handler will stop from being called.