AgentContext (NotesSession - JavaScript)

Read-only. Represents the agent environment of the current program, if an agent is running it.

Defined in

NotesSession

Syntax

getAgentContext() : NotesAgentContext

Usage

If the current program is not running from an agent, this property returns null.
Note: As of Release 8.5.3, Domino® does not support JavaScript agents. Effectively this property is always null.

See the NotesAgentContext class for descriptions and examples.