ApplicationTaskEvent Class

ApplicationTaskEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  ApplicationScriptEvent
Derived Classes:  TaskStart, TaskProgress, TaskComplete

The abstract ApplicationTaskEvent class defines an event type that enables SALT application developers to identify and track application-specific tasks. The derived classes then define task-related status information.

ApplicationTaskEvent implements the following property:

Property

Type

Description

TaskName

String

A developer-supplied name for the task.

Remarks

Abstract events do not appear directly in the logs. Properties inherited or defined by the abstract class appear in the logs when implemented in derived classes.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Event Logging Schema: Abstract Events