Stops a model on the target.
            
    Namespace: 
   Quanser.TargetsAssembly: Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub StopModel ( _ model As String _ ) | 
| C# | 
|---|
| public void StopModel( string model ) | 
| Visual C++ | 
|---|
| public: void StopModel( String^ model ) | 
| JavaScript | 
|---|
| function stopModel(model); | 
Parameters
- model
- Type: System..::.String
 The name of the model to stop.
 Remarks
Remarks
This method is used to stop a model on the QUARC Target. The model will stop gracefully, writing final values to its outputs and cleaning up any resources before exiting successfully.
 
     
     
     
     
    