Skip to main content

%SYSTEM.Container

abstract class %SYSTEM.Container extends %SYSTEM.Help

The %SYSTEM.Container class provides an interface for managing container functions.

You can use it via the special $SYSTEM object:

You can call help to get a list of all entrypoints:

Do $SYSTEM.Container.Help()

Method Inventory

Methods

classmethod IsDeployed() as %Integer
Returns whether or not this instance has been deployed with Durable %SYS.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab