$darkmode
Public Member Functions | |
| CommandExecuter (cloe::Logger logger, bool enabled=true) | |
| bool | is_enabled () const |
| void | set_enabled (bool v) |
| CommandResult | run_and_release (const cloe::Command &) const |
| void | run (const cloe::Command &) |
| void | run_all (const std::vector< cloe::Command > &cmds) |
| void | wait (CommandResult &) const |
| void | wait_all () |
| std::vector< CommandResult > | release_all () |
| cloe::Logger | logger () const |