getFlags method

int getFlags(
  1. IStatus status
)

Implementation

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