shutdown method

void shutdown(
  1. IStatus status,
  2. int timeout,
  3. int reason
)

Implementation

void shutdown(IStatus status, int timeout, int reason) {
  _shutdown(self, status.self, timeout, reason);
  status.checkStatus();
}