.

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


IsActivatable property
Example

Read-only. Indicates whether user activation is in effect when enabling or disabling a scheduled agent.

Note This property is new with Release 6.

Defined in

NotesAgent

Data type

Boolean

Syntax

To get: flag = notesAgent.IsActivatable

Legal values


Usage

This property, intended for use with scheduled agents, always returns True for hidden agents and agents run from a menu.

"Allow editor level user activation" on the security tab regulates this property:


Note User activation is new with Release 6. R5.0.7 and earlier releases do not recognize changes made with "Allow editor level user activation" checked.

You can enable and disable agents with IsEnabled.

Language cross-reference

IsActivatable property in Java Agent class

Example
See Also