Alarm (NotesTimer - LotusScript®)

Occurs for an enabled NotesTimer object at the specified interval.

Defined in

NotesTimer

Syntax

Alarm( Source as NotesTimer )

Parameters

Source

NotesTimer. Read-only. The timer.

Usage

You need to establish the handler for this event in an On Event statement. You have to write the handler as user code.

Example