getType method

int getType(
  1. IStatus status
)

Implementation

int getType(IStatus status) {
  final res = _getType(self, status.self);
  status.checkStatus();
  return res;
}