LOTUSSCRIPT/COM/OLE CLASSES


IsOnServer property
Example

Read-only. Indicates whether a script is running on a server.

Defined in

NotesSession

Data type

Boolean

Syntax

To get: flag = notesSession.IsOnServer

Legal values


Usage

A script is running on a server if it is part of an agent on a server-based database, and the agent has one of the following triggers:


The IsOnServer property returns False for scripts activated by the paste trigger.

Language cross-reference

IsOnServer property in Java Session class

Example
See Also