Lock.isValid() (Method)

A method that returns an indication as to the validity of the lock.

Availability:

JavaScript - 1.2
Netscape Enterprise Server - 3.0
Property/method value type:Boolean primitive
JavaScript syntax:NESmyLock.isValid()

This method will return a Boolean true value if the Lock is still in force and a Boolean false value if it has been relinquished.

See also:Lock.lock(), Lock.unlock()