Enumeration of Process Type, Pre or Post ProcessClass

Namespace: WaterSimDCDC
Assembly: 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 nameValueDescription
ptUnknown0
ptPre1 Process runs before annual model run
ptPost2 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

See Also