removeCurrent method

void removeCurrent(
  1. IStatus status
)

Implementation

void removeCurrent(IStatus status) {
  _removeCurrent(self, status.self);
  status.checkStatus();
}