AppName Enumeration
C#
enum AppName
{
Unknown = 0,
ControlRoom = 1,
ProcessDesigner = 2,
SmartBuddy = 3,
AssistantBuddy = 4,
IntelliTrainer = 5
}
Members
The AppName enumeration has the following members.
Member | Value | Description |
---|---|---|
Unknown | 0 | Specify the app name is Unknown. |
ControlRoom | 1 | Specify the app name is ControlRoom. |
ProcessDesigner | 2 | Specify the app name is ProcessDesigner. |
SmartBuddy | 3 | Specify the app name is SmartBuddy. |
AssistantBuddy | 4 | Specify the app name as AssistantBuddy. |
IntelliTrainer | 5 | Specify the app name is IntelliTrainer. |