TriggerType Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The KeyType enumeration values specify the data collection types available for scheduling.
'Declaration
Public Enum TriggerType
Inherits System.Enum
'Usage
Dim instance As TriggerType
public enum TriggerType : System.Enum
| Member | Description |
|---|---|
| Daily | Data will be collected at the end of the day. |
| Hourly | Data will be collected every N hours where N is specified when setting up the schedule. |
| Minutely | Data is collected every N minutes where N is specified when setting up the schedule. |
| ShiftEnd | Data will be collected at the end of the shift. |
| ShiftStart | Data will be collected at the start of the shift. |
| Weekly | Data will be collected at the end of the week. |
System.Object
System.ValueType
System.Enum
FactMES.API.EnProd.TriggerType