FORMULA LANGUAGE
Executes a specified agent.
Syntax
@Command( [ToolsRunMacro] ; agent )
Parameters
agent
Usage
This command executes after all @functions. Use @Command([RunAgent]) to execute immediately. See the Order of evaluation for formula statements topic for more details.
When specifying a hidden agent, include the parentheses as shown below.
@Command([ToolsRunMacro];"(hiddenagentname)")
You can use this command in Web applications.
Language cross-reference
Run method of LotusScript NotesAgent class
run method of Java Agent class
Example See Also