Skip to main content

HS.HC.SystemConfig.ConfigStep.CommonStatus

abstract class HS.HC.SystemConfig.ConfigStep.CommonStatus extends HS.HC.SystemConfig.ConfigStep.Common

A common property bag shared between Status and LocalStatus

Property Inventory

Method Inventory

Parameters

parameter MaxErrorCount = 10;
Maximum number of times a step errors before it is automatically ignored.

Properties

property ErrorCount as %Integer [ InitialExpression = 0 ];
Number of times this step has errored.
Property methods: ErrorCountDisplayToLogical(), ErrorCountGet(), ErrorCountIsValid(), ErrorCountLogicalToDisplay(), ErrorCountNormalize(), ErrorCountXSDToLogical()
property HasRun as %Boolean [ Calculated ];
Whether this step has been run.
Property methods: HasRunCompute(), HasRunDisplayToLogical(), HasRunGet(), HasRunIsValid(), HasRunLogicalToDisplay(), HasRunNormalize(), HasRunSQLCompute()
property IsError as %Boolean [ Calculated ];
Whether this step threw an error when executing on this instance.
Property methods: IsErrorCompute(), IsErrorDisplayToLogical(), IsErrorGet(), IsErrorIsValid(), IsErrorLogicalToDisplay(), IsErrorNormalize(), IsErrorSQLCompute()
property IsIgnored as %Boolean [ InitialExpression = 0 ];
Whether errors for this particular step are to be ignored.
Property methods: IsIgnoredDisplayToLogical(), IsIgnoredGet(), IsIgnoredIsValid(), IsIgnoredLogicalToDisplay(), IsIgnoredNormalize()

Methods

method ErrorCountSet(pValue As %Integer) as %Status
method IsIgnoredSet(pValue As %Boolean) as %Status

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab