16 #ifndef ACSDK_APLCAPABILITYCOMMONINTERFACES_APLCOMMANDEXECUTIONEVENT_H_ 17 #define ACSDK_APLCAPABILITYCOMMONINTERFACES_APLCOMMANDEXECUTIONEVENT_H_ 24 namespace aplCapabilityCommonInterfaces {
57 if (
"RESOLVED" == eventStr) {
59 }
else if (
"TERMINATED" == eventStr) {
61 }
else if (
"FAILED" == eventStr) {
71 #endif // ACSDK_APLCAPABILITYCOMMONINTERFACES_APLCOMMANDEXECUTIONEVENT_H_
std::string commandExecutionEventToString(const APLCommandExecutionEvent event)
Definition: APLCommandExecutionEvent.h:41
::std::string string
Definition: gtest-port.h:1097
failed to parse/handle the command sequence.
command sequence was terminated.
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
command sequence was resolved.
APLCommandExecutionEvent
Enumeration of APL Command Execution Events that can be reported to the APL capability agent...
Definition: APLCommandExecutionEvent.h:27
APLCommandExecutionEvent stringToCommandExecutionEvent(const std::string &eventStr)
Definition: APLCommandExecutionEvent.h:56