Ejemplo n.º 1
0
 public override void Stop()
 {
     if (this.IsInitialized)
     {
         _controller.Stop(0);  // stop all, whatever it is moving or not
         _controller.Stop(1);  // stop all, whatever it is moving or not
         _controller.Stop(2);  // stop all, whatever it is moving or not
     }
 }
Ejemplo n.º 2
0
 public override void Stop()
 {
     if (this.IsInitialized)
     {
         _controller.Stop(-1);
     }
 }