close method

void close(
  1. IStatus status
)

Implementation

void close(IStatus status) {
  _close(self, status.self);
  status.checkStatus();
}