Skip to main content

%SYS.Task.InventoryScan

Class %SYS.Task.InventoryScan Extends %SYS.Task.Definition [ System = 4 ]

Task to run an Inventory Scan

Parameters

TaskName

Parameter TaskName = "InventoryScan";

Methods

OnTask

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 invokes this method to execute the task.