JAVA/CORBA CLASSES
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
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:
You can enable and disable agents with IsEnabled.
Language cross-reference
IsActivatable property in LotusScript NotesAgent class
Example See Also