%DeepSee.CubeManager.Task.Synch
class %DeepSee.CubeManager.Task.Synch extends %SYS.Task.Definition
Method Inventory
Parameters
parameter TaskName = Cube Manager Synch;
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.
In order to execute a real task, override this method in a subclass.
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(pSuspend=0, pDailyFrequency=1, pDailyFrequencyTime=0, pDailyIncrement=60, pStartTime=0, pEndTime=0) as %Status
This method will make sure the task is registered with the
Task Manager to run on the schedule defined by the arguments.
If there is currently no task scheduled, this will create one, otherwise it will modify any pre-existing task. The default settings will run the synch task every 60 minutes.
If there is currently no task scheduled, this will create one, otherwise it will modify any pre-existing task. The default settings will run the synch task every 60 minutes.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- GetCollectionType()
- GetPropertyName()
- GetSettings()
- GetTaskName()
- OnSubmit()
- SetSettings()