LOTUSSCRIPT/COM/OLE CLASSES


Trigger property
Example

Read-only. Indicates when this agent runs.

Note This property is new with Release 5.

Defined in

NotesAgent

Data type

Boolean or Constant of type integer

Syntax

To get: flagIntegerConstant = notesAgent.Trigger

Usage

This property corresponds to the Trigger options in the Runtime section of the Agent Properties box.

This property determines the target possibilities. The TRIGGER_AFTER_MAIL_DELIVERY, TRIGGER_BEFORE_MAIL_DELIVERY, TRIGGER_DOC_PASTED, and TRIGGER_DOC_UPDATE triggers have only one target, which returns TARGET_NONE.

Legal values

For the "On event" Trigger option:


For the "On schedule" Trigger option:
Language cross-reference

Trigger in Java Agent class

Example
See Also