start method

void start(
  1. IStatus status
)

Implementation

void start(IStatus status) {
  _start(self, status.self);
  status.checkStatus();
}