commit method

void commit(
  1. IStatus status
)

Implementation

void commit(IStatus status) {
  _commit(self, status.self);
  status.checkStatus();
}