unwind method

void unwind(
  1. IStatus status,
  2. int level
)

Implementation

void unwind(IStatus status, int level) {
  _unwind(self, status.self, level);
  status.checkStatus();
}