コード例 #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
     }
 }
コード例 #2
0
 public override void Stop()
 {
     if (this.IsInitialized)
     {
         _controller.Stop(-1);
     }
 }