ClientTypes Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The ClientTypes enumeration values specify the different types of MES client.
'Declaration
Public Enum ClientTypes
Inherits System.Enum
public enum ClientTypes : System.Enum
| Member | Description |
|---|---|
| clientBackgroundProcess | Background process client type. |
| clientConfigurator | Configurator client type. This enumeration is no longer supported. |
| clientDataEditor | Data Editor client type. This enumeration is no longer supported. |
| clientMessenger | Messenger client type. This enumeration is no longer supported. |
| clientNDT | NDTDesigner client type. This enumeration is no longer supported. |
| clientOperationsCapabilityObject | Operations Capability Object client type. |
| clientOperator | Operator client type. Recommended option when using the MES API. |
| clientSampleRecordingObject | Sample Recording Object client type. |
| clientScheduler | Scheduler client type. This enumeration is no longer supported. |
| clientSupervisor | Supervisor client type. This enumeration is no longer supported. |
| clientUtilizationCapabilityObject | Utilization Capability Object client type. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.ClientTypes