Super class for backup tasks. More...
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... | |
Super class for backup tasks.
_.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.
_.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.
Device |
SaveToTape |
TapeDevice |
Back up tape device if it is save to tape.