getTimeout method

int getTimeout(
  1. IStatus status
)

Implementation

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