Skip to main content

HS.Util.Mirror.Task

class HS.Util.Mirror.Task extends %SYS.Task.Definition

This is the task definition that Launches the mirror monitor on any mirrored instance

Property Inventory

Method Inventory

Properties

property DuplicateErrorReportingMinutes as %Integer [ InitialExpression = 60 ];
Number of minutes before duplicate errors are reported again
Property methods: DuplicateErrorReportingMinutesDisplayToLogical(), DuplicateErrorReportingMinutesGet(), DuplicateErrorReportingMinutesIsValid(), DuplicateErrorReportingMinutesLogicalToDisplay(), DuplicateErrorReportingMinutesNormalize(), DuplicateErrorReportingMinutesSet()

Methods

method OnTask() as %Status
Inherited description: This method is responsible for executing the task.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "Settings" for the task, and then invokes this method to execute the task.
In order to execute a real task, override this method in a subclass.
classmethod Schedule(pNS) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab