isClosing method

bool isClosing()

Implementation

bool isClosing() {
  return !closed_ && closing_;
}