%SYS
BackupSuper Class Reference

Super class for backup tasks. More...

Inheritance diagram for BackupSuper:

Public Member Functions

_.Library.Status OnValidateObject ()
 This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
 
_.Library.Status OnTask ()
 This method is responsible for executing the task. More...
 

Public Attributes

 Device
   More...
 
 SaveToTape
   More...
 
 TapeDevice
 Back up tape device if it is save to tape. More...
 

Detailed Description

Super class for backup tasks.

Member Function Documentation

◆ OnValidateObject()

_.Library.Status OnValidateObject ( )

This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to.

provide notification that the current object is being validated.

If this method returns an error then <METHOD>ValidateObject</METHOD> will fail.

◆ OnTask()

_.Library.Status OnTask ( )

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.

Member Data Documentation

◆ Device

Device

 

 

◆ SaveToTape

SaveToTape

 

 

◆ TapeDevice

TapeDevice

Back up tape device if it is save to tape.