<viz>.getEventName

Returns the name of an event

 

<viz>.getEventName(
    event    

)

 

event

Event ID


Remarks

This command will return the name of the event with the given ID. If the event ID does not exist, None will be returned.

Return Value

Name of event or None if it does not exist.