RequestLogoff Method

Sends a request to the system to logoff the currently logged on user.

Syntax

obj.RequestLogoff
Where obj is an OpScrUtil.SystemManager object.

Parameters

None.

Return Type

Boolean.

Example

To request that the currently logged on user be logged off, enter:

Set obj = CreateObject("OpScrUtil.SystemManager")
bOK = obj.RequestLogoff()