Skip to main content

HS.HC.SystemConfig.ConfigStep.Common

abstract class HS.HC.SystemConfig.ConfigStep.Common extends HS.REST.Model.ISerializable

Common properties to keep track of status of IRIS configuration steps.

Property Inventory

Properties

property Error as %String);
Error occurred during execution of this config step.
Property methods: ErrorDisplayToLogical(), ErrorGet(), ErrorIsValid(), ErrorLogicalToDisplay(), ErrorLogicalToOdbc(), ErrorNormalize(), ErrorSet()
property InstanceName as HS.HC.DataType.InstanceName [ Required ];
Name of the instance.
Property methods: InstanceNameDisplayToLogical(), InstanceNameGet(), InstanceNameIsValid(), InstanceNameLogicalToDisplay(), InstanceNameLogicalToOdbc(), InstanceNameNormalize(), InstanceNameSet()
property Timestamp as %TimeStamp;
Time at which this step was executed.
Property methods: TimestampDisplayToLogical(), TimestampGet(), TimestampIsValid(), TimestampLogicalToDisplay(), TimestampLogicalToXSD(), TimestampNormalize(), TimestampOdbcToLogical(), TimestampSet(), TimestampXSDToLogical()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab