isLocked method

bool isLocked()

Implementation

bool isLocked() {
  return _lock;
}