Event.getById()

Signature

Event getById (long Id)

Domain

ACTION

Description

Returns the Event with Id as the internal ID.

Parameters

NameTypeDescription
IdlongThe internal ID.

Returns

TypeDescription
EventThe event with the internal ID as Id. Returns null if no such event exists in Working Memory.

Cautions

none