LockManagerSnapshot

@native @JSType
trait LockManagerSnapshot extends Object

an object containing a snapshot of the LockManager state

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def held: Array[LockInfo]

An array of Lock objects for held locks.

An array of Lock objects for held locks.

def pending: Array[LockInfo]

An array of Lock objects for pending lock requests.

An array of Lock objects for pending lock requests.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object