FORMULA LANGUAGE


@IsAgentEnabled
Example

Indicates whether or not a scheduled agent is enabled.

Syntax

@IsAgentEnabled( agent )

Parameters

agent


Return value

flag

Usage

A database must be open. If a database is not open, returns 0.

@IsAgentEnabled returns 1 for macros created in Lotus Notes Release 3, and for any agents that are not scheduled.

@IsAgentEnabled does not work in column or selection formulas and is not intended for use in window title or form formulas.

You cannot use this function in Web applications.

Language cross-reference

IsEnabled property of LotusScript NotesAgent class

IsEnabled property of Java Agent class

Example
See Also