Done static method

Implementation

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