Event

interface Event

Known direct subclasses
Time.RecurringClockTimeScheduledEvent

An event sent at a pre-scheduled time, with recurrence determined by a cron expression.

Time.RecurringSolarTimeScheduledEvent

An event sent at a pre-scheduled solar time, with recurrence determined by a cron expression.

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.