ProductionUnitOfMeasure Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The ProductionUnitOfMeasure enumeration values specify how many batches are being produced in a given time period.
'Declaration
Public Enum ProductionUnitOfMeasure
Inherits System.Enum
public enum ProductionUnitOfMeasure : System.Enum
| Member | Description |
|---|---|
| BatchesPerHour | N batches are made every hour. |
| BatchesPerMinute | N batches are made every minute. |
| BatchesPerSecond | N batches are made every second. |
| HoursPerBatch | It takes N hours to make a batch. |
| MinutesPerBatch | It takes N minutes to make a batch. |
| SecondsPerBatch | It takes N seconds to make a batch. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.ProductionUnitOfMeasure