isClosed method

bool isClosed()

Implementation

bool isClosed() {
  return !_active;
}