LastExitStatus (NotesSession - LotusScript®)

Read-only. The exit status code returned by the Agent Manager the last time the current agent ran.

Defined in

NotesSession

Data type

Long

Syntax

To get: code% = notesSession .LastExitStatus

Usage

This property returns 0 if the agent ran without errors.

Example