Skip to main content

%SYS.Python.Utils

class %SYS.Python.Utils extends %Library.RegisteredObject

Python Runtime Utils

Method Inventory

Parameters

parameter LOCK_DEFERRED = D;
parameter LOCK_ESCALATING = E;
parameter LOCK_IMMEDIATE = I;
parameter LOCK_SHARED = S;

Methods

classmethod lock(ref As %String = "", timeout As %Integer = "", mode As %String = "") as %Boolean
Lock
classmethod unlock(ref As %String = "", timeout As %Integer = "", mode As %String = "") as %Boolean
Unlock

Inherited Members

Inherited Methods

FeedbackOpens in a new tab