Class InactivateInstrument

  • All Implemented Interfaces:
    Command

    public class InactivateInstrument
    extends InstrumentCommand
    This command inactivates an instrument.
    Author:
    Arnaud Blouin
    • Constructor Detail

      • InactivateInstrument

        public InactivateInstrument()
        Creates the command.
      • InactivateInstrument

        public InactivateInstrument​(Instrument<?> instrument)
    • Method Detail

      • doCmdBody

        protected void doCmdBody()
        Description copied from class: CommandImpl
        This method contains the statements to execute the command. This method is automatically called by DoIt and must not be called explicitly.
        Specified by:
        doCmdBody in class CommandImpl