getstatus


Purpose
Get the status of a model.
Synopsis
function getstatus(mo:Model):integer
Argument
mo 
A model
Return value
RT_NOTINIT 
Model has not been initialized or has been unloaded
RT_RUNNING 
Model is running
RT_OK 
Model is ready for execution and/or no error occurred during last execution
RT_MATHERR 
A mathematical error occurred
RT_ERROR 
A runtime error occurred
RT_IOERR 
An IO error occurred
RT_STOP 
Execution has been interrupted by a call to stop
Related topics
stop, getexitcode.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.