Enum CommandType¶
Defined in File QtToDds.hpp
Enum Documentation¶
-
enum qml_enums::CommandType
Actions to send to a process used in Command.
This is a copy of the same enum defined in an IDL file. It exists because it is needed as a workaround to expose them to QML.
Values:
-
enumerator START_PROCESS
Start the process.
-
enumerator STOP_PROCESS
Stop the process.
-
enumerator TERMINATE_PROCESS
Terminate the process.
-
enumerator BOGUS_COMMAND
No operation.
-
enumerator START_PROCESS