NoOp static method

Implementation

static ControlCommand NoOp() {
  return ControlCommand(CommandType.NoOp);
}