Exemple #1
0
        public override void Execute()
        {
            int delay = servomoteur.ExecuteCommand(commandType, angle);

            Thread.Sleep(delay);
            this.Status = ActionStatus.SUCCESS;
        }