ControllerState Enumeration |
State of controller
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public enum ControllerState
Public Enumeration ControllerState
public enum class ControllerState
Members
| Member name | Value | Description |
---|
| Created | 0 | Controller created, the initial state |
| Validating | 10 | Controller is validating |
| Validated | 20 | Controller has sucessfully validated setup |
| Invalid | 21 | Controller has validated setup, and validation failed |
| Initializing | 30 | Controller is inititalizing |
| Initialized | 40 | Controller has successfully initialized. |
| Preparing | 50 | Controller is preparing |
| Prepared | 60 | Controller has succesfully prepared |
| Running | 70 | Controller is running |
| Paused | 71 | Controller is paused while running setup |
| Stopped | 75 | Controller was stopped while running setup |
| Finished | 80 | Controller succesfully finished running |
| Finalizing | 85 | Controller is finalizing |
| Finalized | 90 | Controller successfully finalized |
| Failed | 1000 | Controller has failed |
See Also