Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%ZEN.Report.Semaphore

class %ZEN.Report.Semaphore extends %Library.RegisteredObject

Method Inventory

Methods

classmethod SetSemaphoreInitialValue(Name As %String, InitialValue As %Integer, TimeOut As %Integer = 30)
classmethod Signal(Name As %String) as %Status
classmethod Wait(Name As %String) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab