LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The date that an agent last ran.
Defined in
NotesAgent
Data type
Variant of type DATE
Syntax
To get: dateV = notesAgent.LastRun
Usage
If the script has never been run before, this property returns a variant containing the date-time value 12:00:00 AM.
To determine whether or not the agent ran since it was created or last modified, use the HasRunSinceModified property.
Language cross-reference
LastRun in Java Agent class
AgentLog @command in formula language
Example See Also