Remove (NotesAgent - LotusScript®)

Permanently deletes an agent from a database.

Defined in

NotesAgent

Syntax

Call notesAgent .Remove

Usage

After you call this method, the NotesAgent object is Nothing, and you can no longer use its methods or properties.

It is possible to use this method to delete the agent that's currently running. Use this feature with care. You must refresh the Agents view in the user interface to see that the agent has been removed.

Example