Beispiel #1
0
 /// <summary>
 /// stops the task as if you had clicked the stop button.  Stimulation is stopped, and then the cleanup() method is called
 /// </summary>
 internal protected void Stop()
 {
     NR.KillClosedLoop();
 }