.

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


Run method
Example

Runs the agent.

Defined in

NotesAgent

Syntax

status = notesAgent.Run( [ noteID$ ] )

Parameter

noteID$


Note This parameter is new with Release 5.0.2.

Return value

status


Usage

This method runs any agent regardless of source language (simple action, formula, LotusScript, Java).

You cannot run an agent recursively (cannot call it from itself).

The user cannot interact directly with a called agent. User output goes to the Domino log.

You cannot debug a called agent.

For COM applications, the Notes program directory must be in the application path.

Language cross-reference

run in Java Agent class

AgentRun @command in formula language

ToolsRunMacro @command in formula language

RunAgent @command in formula language

Example
See Also