Event

interface Event

Known direct subclasses
Time.ScheduledTimeEvent

An event which is sent at a pre-scheduled time.

UnknownEvent

Represents an unknown Event.


Interface tagging for events.

Summary

Public properties

Id

ID of the Event.

EventImportance

Importance of the event.

String

Event name.

ULong

Event number.

Instant

Time of the event.

Public properties

eventId

val eventIdId

ID of the Event.

eventImportance

val eventImportanceEventImportance

Importance of the event.

eventName

val eventNameString

Event name.

eventNumber

val eventNumberULong

Event number.

timestamp

val timestampInstant

Time of the event.