ApplicationShouldQuit (Session - Java®)
Provides the backend interface for OSProcessShouldQuit. Returns a value of True if this process should quit.
Defined in
SessionSyntax
public boolean ApplicationShouldQuit()
throws NotesException;
Legal Values
Value | Description |
---|---|
True | Boolean. True is returned if this process should quit. |
False | Boolean. False is returned if this process should not quit. |
Language cross-reference
ApplicationShouldQuit in JavaScript™ NotesSession class