Skip to main content

Utils.Tasks.BuildInventoryForCollectors

class Utils.Tasks.BuildInventoryForCollectors extends %SYS.Task.Definition

Initializes DBMTables_Central.Servers and DBMTables_Central.ServerDirectories Not needed for reporting, but used by the Markdown Collector and the Algolia Scan & Feed.

Method Inventory

Methods

classmethod AddTask(verbose As %Boolean = 1)
classmethod InitializeTables(verbose As %Boolean = 1, useSavedCreds As %Boolean = 0)
Initializes DBMTables_Central.Servers and DBMTables_Central.ServerDirectories
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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab