.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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