the name of the session lock
the lock scope
a value that identifies the acquisition of this lock
true
if the session lock is still owned by the session
a Promise that resolves when a response is received from the server.
On completion, this session will no longer own the named session lock. If Promise completes normally, a true value indicates this session previously owned the lock and a false value indicates it did not.
If the Promise resolves with an error, this session does not own the session lock.