App.LogOn and App.LogOff
The LogOn and LogOff functions are application functions and are used to prompt the user to log on or log off Geo SCADA Expert.
Syntax |
App.LogOn ( ) App.LogOff ( ) |
Description |
The LogOn application function displays the Log On window, prompting the user to log on via their User Account. Once the user has logged on, they will remain logged on until they log off or until another user logs on via the same client. The LogOff application function displays the Log Off window, prompting the user to either log off the client, or to cancel the log off request. If the user cancels the log off request, the Log Off window will close and they will remain logged on. |
Arguments |
None. |
Returns |
None. |
Example 1:
App.LogOn
Example: 2
App.LogOff
Further Information