Skip to main content

Ens.DataType.ManagedAlertAction

datatype class Ens.DataType.ManagedAlertAction extends %Library.Integer

ODBC Type: INTEGER

Datatype class for actions that update a Ens.Alerting.ManagedAlert. Values are as follows: Values up to 512 (inclusive) are reserved for use by InterSystems IRIS. User extensions should use 1024 and greater.

Method Inventory

Parameters

parameter MAXVAL = 63;
Note that bits up
parameter MINVAL = 0;
Inherited description: The minimum allowed logical value for the data type.

Methods

classmethod GetText(pAction As %Integer = 0, pSep As %String = " | ") as %String
Helper method to represent the action using localised text.
classmethod IsValid(%val As %RawString) as %Status
Check that the value is valid.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab