Skip to main content

%SYSTEM.Rtn

class %SYSTEM.Rtn

Internal class not for customer use. Shell for $system.Rtn system implemented class.

Method Inventory

Methods

classmethod GetCurrent(frame As %Integer) as %String
Return internal pointer into routine buffer for the routine/class back a specific number of frame levels
classmethod Invoke(pointer As %Binary, label As %String, args...)
Call the label in the routine/class referenced by the pointer into the routine buffer from GetCurrent() passing in any additional arguments in 'args...'.
FeedbackOpens in a new tab