Description
Releases named cluster-wide locks, specified as an array of lockName strings. Returns
If you are working in an End Point,
Parameters
Name | Type | Description |
---|---|---|
lockNames | Array (stings), required | The locks to release |
Example
let releaseLock = this.callWorkerMethod("formutils", "releaseLocks", {
"lockNames": ["examplelock1", "examplelock2"]
});
Last modified on August 01, 2023