|
RADLib
RADical C++ application framework
|
Prepared action result. More...
#include <RADPower.h>
Public Attributes | |
| PowerAction | action = PowerAction::Suspend |
| Action requested. More... | |
| std::string | command |
| Shell command that would be executed. More... | |
| bool | executed = false |
| True when command was actually executed. More... | |
| std::string | error |
| Error text when execution failed. More... | |
Prepared action result.
| PowerAction RADPower::PowerActionPlan::action = PowerAction::Suspend |
Action requested.
| std::string RADPower::PowerActionPlan::command |
Shell command that would be executed.
| std::string RADPower::PowerActionPlan::error |
Error text when execution failed.
| bool RADPower::PowerActionPlan::executed = false |
True when command was actually executed.