XPRMRunResult Enumeration
Enumeration representing different reasons that can cause a model run to end
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0

C#
public enum XPRMRunResult

Member name | Value | Description | |
---|---|---|---|
RT_OK | 0 | Execution status: normal termination. | |
RT_INSTR | 1 | Invalid Instruction | |
RT_MATHERR | 3 | Execution status: mathematical error. Execution aborted after an error occurred during evaluation of an expression (for instance division by zero). | |
RT_UNKN_PF | 5 | Call to an unknown procedure/function | |
RT_UNKN_SYS | 9 | Call to an unknown system function | |
RT_PROB | 10 | Error when opening/closing a problem | |
RT_ERROR | 11 | Run-time error | |
RT_EXIT | 12 | Termination via exit(code) [callproc only] | |
RT_IOERR | 13 | I/O error. An error occurred when performing a stream operation (like trying to open a file that does not exist). | |
RT_BREAK | 14 | Execution interrupted on a breakpoint. Execution has been interrupted because of a breakpoint. | |
RT_NIFCT | 15 | Execution interrupted during a native function call. Execution has been interrupted when a native function was running. | |
RT_NULL | 16 | NULL reference | |
RT_LICERR | 17 | Execution has been aborted because no Xpress license was available. | |
RT_STOP | 128 | Execution interrupted. Execution has been explicitly interrupted by a call to stop(). |
