Ejemplo n.º 1
0
 public void Stop(bool turnOffAllChannels)
 {
     if (executionInterface != null)
     {
         executionInterface.ExecuteStop(contextHandle, turnOffAllChannels);
     }
 }