.

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


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