Initializing help system before first use

Result Property

Note: This API is now obsolete.

Result of the execution of the model. This method returns the result of the execution of a model (i.e. the parameter value of the exit procedure) with method Run

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
[ObsoleteAttribute("use ExitCode instead")]
public int Result { get; }

Property Value

Type:  Int32
See Also