getStatus method

IStatus getStatus()

Allocate and return a new IStatus interface. When no longer needed, it should be disposed of (by calling dispose).

Implementation

IStatus getStatus() {
  return IStatus(_getStatus(self));
}