isClosed method

bool isClosed()
inherited

Implementation

bool isClosed() {
  return !_active;
}