Sha256: 6953513d8ce1101da4d28c26aad90ee88612dc9a128afd2ddcc642f73b3796f8
Contents?: true
Size: 997 Bytes
Versions: 12
Compression:
Stored size: 997 Bytes
Contents
# @title Vedeu DRb Events ## DRB Events ### :_drb_input_ Triggering this event will send input to the running application as long as it has the DRb server running. Vedeu.trigger(:_drb_input_, data, type) ### :_drb_retrieve_output_ Vedeu.trigger(:_drb_retrieve_output_) ### :_drb_store_output_ Triggering this event with 'data' will push data into the running application's virtual buffer. Vedeu.trigger(:_drb_store_output_, data) ### :_drb_restart_ Use the DRb server to request the client application to restart. Vedeu.trigger(:_drb_restart_) Vedeu.drb_restart ### :_drb_start_ Use the DRb server to request the client application to start. Vedeu.trigger(:_drb_start_) Vedeu.drb_start ### :_drb_status_ Use the DRb server to request the status of the client application. Vedeu.trigger(:_drb_status_) Vedeu.drb_status ### :_drb_stop_ Use the DRb server to request the client application to stop. Vedeu.trigger(:_drb_stop_) Vedeu.drb_stop
Version data entries
12 entries across 12 versions & 1 rubygems