LineOeeStatusFilter Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The LineOeeStatusFilter enumeration values specify what filtering, if any, will be performed based on utilization status (that is, runtime and downtime).
'Declaration
Public Enum LineOeeStatusFilter
Inherits System.Enum
'Usage
Dim instance As LineOeeStatusFilter
public enum LineOeeStatusFilter : System.Enum
| Member | Description |
|---|---|
| All | No filtering based on utilization state will be performed. The numerical value for this enumeration is 3. |
| Downtime | Only downtime events will be included. The numerical value for this enumeration is 1. |
| Neither | Only events that are neither runtime nor downtime will be included. The numerical value for this enumeration is 2. |
| Runtime | Only runtime events will be included. The numerical value for this enumeration is 0. |
System.Object
System.ValueType
System.Enum
FactMES.API.Core.LineOeeStatusFilter