stoprun
| stoprun | 
  Purpose
 
  
  Synopsis
 
 void stoprun(XPRMcontext ctx);
 
  Argument
 
 | 
     ctx 
     | 
     Mosel's execution context
     | 
  Further information
 
 
 When this function has been called, the current execution stops as soon as possible (
 i.e. after the termination of the current function). Note that the execution is also aborted if a native function returns
 XPRM_RT_STOP.
 
 
