start method

void start()

Implementation

void start() {
  _open = true;

  return _exec();
}