Enumeration of Process Type, Pre or Post ProcessClass
Namespace: WaterSimDCDCAssembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)
Syntax
| C# |
|---|
public enum ProcessType |
| Visual Basic |
|---|
Public Enumeration ProcessType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ptUnknown | 0 | ||
| ptPre | 1 | Process runs before annual model run | |
| ptPost | 2 | Process runs after annual model run |
Remarks
ProcessClass objects, or ProcessMethod delegate methods can either be evoke before the model begins executing an
annual Simulation, or after an annual Simulation is complete