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 } }
public override void Stop() { if (this.IsInitialized) { _controller.Stop(-1); } }