JAVA/CORBA CLASSES


Trigger property
Example

Read-only. Indicates when this agent runs.

Defined in

Agent

Data type

int

Syntax

public int getTrigger()
   throws NotesException

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 property in LotusScript NotesAgent class

Example
See Also