MCPcopy Create free account
hub / github.com/ashaduri/gsmartcontrol / execute

Method execute

src/applib/command_executor_gui.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26bool CommandExecutorGui::execute()
27{
28 this->create_running_dialog(); // create, but don't show.
29 this->set_running_dialog_abort_mode(false); // reset and set the message
30 return CommandExecutor::execute();
31}
32
33
34#define CMDEX_DIALOG_MESSAGE_TYPE Gtk::MESSAGE_OTHER

Callers

nothing calls this directly

Calls 2

create_running_dialogMethod · 0.95

Tested by

no test coverage detected