Control Functions
Last updated March 2020
Name | Description |
---|---|
cli_conn | Establish an ec_console control connection |
ec_control_factory_init | Initialize the Control_Listener subsystem |
ec_control_get_command_construct | gets the command_construct for the currently dispatched session |
ec_control_register_command | Register a command handler (deprecated) |
ec_control_register_command2 | Register a command handler with the system |
ec_control_register_command3 | Register a command handler with the system |
ec_control_register_command_allsched | Register a command handler (deprecated) |
ec_control_register_type | Register a command handler (deprecated) |
ec_control_send_command | Send a command over an ec_console control connection |
ec_is_shutting_down | Is the ecelerity process shutting down? |
ec_shutdown_ex | Initiates a shutdown of the ecelerity process |
run_command | deprecated, use run_command2 |
run_command2 | Execute the console command referenced by a command_construct |
send_command | Send a command over an ec_console control connection |
These functions relate to the Momentum system console commands that are documented here: System Console Commands Summary.
Was this page helpful?