Sha256: 45b491e156edd8dff4ede444cffbb44bb83c8744c0bdd556c02fd24e7d7a0a59
Contents?: true
Size: 984 Bytes
Versions: 7
Compression:
Stored size: 984 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. Note: See {Vedeu::Distributed::Server#input} for parameter details. Vedeu.trigger(:_drb_input_, data, type) ### `:\_drb_retrieve_output\_` See {Vedeu::Buffers::Terminal#output} ### `:\_drb_store_output\_` See {Vedeu::Buffers::Terminal#write} ### `:\_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
7 entries across 7 versions & 1 rubygems