isValid method

bool isValid()

Implementation

bool isValid() {
  return _contextId != -1;
}