Skip to main content

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.

MemberValueDescription
Unknown0Specify the app name is Unknown.
ControlRoom1Specify the app name is ControlRoom.
ProcessDesigner2Specify the app name is ProcessDesigner.
SmartBuddy3Specify the app name is SmartBuddy.
AssistantBuddy4Specify the app name as AssistantBuddy.
IntelliTrainer5Specify the app name is IntelliTrainer.