getTag method

int getTag(
  1. IStatus status
)

Implementation

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