milestonexprotectwspython.xpwsystemeventtype

Module: xpwsystemeventtype.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWSystemEventType:

System Event Type information.

Threadsafety:

This class is fully thread-safe.

XPWSystemEventType()

Initializes a new instance of the class.

Description: str

Gets the Description property value.

Returns:

A short description of what the system event type provides.

EventSource: str

Gets the EventSource property value.

Returns:

The source of the event type (e.g. "Recorder", "Device", etc).

EventTypeId: str

Gets the EventTypeId property value.

Returns:

The event type identifier.

Name: str

Gets the Name property value.

Returns:

The name of the event type (e.g. "SmokeAndFireEnd", "ArchivingFailed", etc).