Interface LockManagerSnapshot

interface LockManagerSnapshot {
    held?: LockInfo[];
    pending?: LockInfo[];
}

Properties

Properties

held?: LockInfo[]
pending?: LockInfo[]