.

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

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 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 LotusScript NotesAgent class

Example
See Also