.

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


IsEnabled property
Example

Read-Write. Indicates whether an agent is able to run.

Defined in

Agent

Data type

boolean

Syntax

public boolean isEnabled()
   throws NotesException

public void setEnabled(boolean value)
   throws NotesException

Legal values


Usage

This property is intended for use with scheduled agents, which can be enabled and disabled. This property always returns true for hidden agents and agents that are run from a menu.

You must call Save to make any change effective.

If the agent is open in the UI, a change is not immediately reflected. The agent must be closed and reopened.

Access privileges and agent signing depend on whether user or designer activation is in effect. See IsActivatable.

Language cross-reference

IsEnabled property in LotusScript NotesAgent class

@IsAgentEnabled function in formula language

AgentEnableDisable @command in formula language

Example
See Also