Initializing help system before first use

XPRMRunResult Enumeration

Enumeration representing different reasons that can cause a model run to end

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 0.0.0.0
Syntax
C#
public enum XPRMRunResult
Members
  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().
See Also

Reference

© 2001-2021 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.