start method

void start(
  1. IStatus status,
  2. ITransaction transaction,
  3. int level
)

Implementation

void start(IStatus status, ITransaction transaction, int level) {
  _start(self, status.self, transaction.self, level);
  status.checkStatus();
}