Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%SYS.Task.InventoryScan

class %SYS.Task.InventoryScan extends %SYS.Task.Definition

Task to run an Inventory Scan

Method Inventory

Parameters

parameter TaskName = InventoryScan;
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 invokes this method to execute the task.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab