Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%SYS.Task.PurgeBackupLog

class %SYS.Task.PurgeBackupLog extends %SYS.Task.Definition

Method Inventory

Parameters

parameter TaskName = PurgeBackupLog;
Inherited description: This defines the user-visible name of this task; This is defined in subclasses.

Methods

method OnTask() as %Status
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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab