LOTUSSCRIPT/COM/OLE CLASSES


IsActivatable property
Esempio

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

Nota 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:


Nota 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

Esempio
Vedere anche