AppID enumeration
C#
enum AppID
{
ControlRoomServer = 1,
ProcessDesigner,
SmartBuddy,
AssistantBuddy,
IntelliTrainer,
ControlRoomCloud
}
Members
The AppID object enumeration has the following members.
Member | Value | Description |
---|---|---|
ControlRoomServer | 1 | Specify app Id is ControlRoomServer. |
ProcessDesigner | 2 | Specify app Id is ProcessDesigner. |
SmartBuddy | 3 | Specify app Id is SmartBuddy. |
AssistantBuddy | 4 | Specify app is to AssistantBuddy. |
IntelliTrainer | 5 | Specify app Id is IntelliTrainer. |
ControlRoomCloud | 6 | Specify app Id is ControlRoomCloud. |