deprecatedClose method

void deprecatedClose(
  1. IStatus status
)

Implementation

void deprecatedClose(IStatus status) {
  _deprecatedClose(self, status.self);
  status.checkStatus();
}