JAVA/CORBA 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.5.

Defined in

Agent

Data type

boolean

Syntax

public boolean isActivatable()
   throws NotesException

Legal values


Usage

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

"Allow 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 user activation" checked.

You can enable and disable agents with IsEnabled.

Language cross-reference

IsActivatable property in LotusScript NotesAgent class

Example
See Also