LastRun (NotesAgent - LotusScript®)

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.

Example