Questo sito utilizza i cookie per migliorare servizi ed esperienza degli utenti. Se decidi di continuare la navigazione consideriamo che accetti il loro uso.

Panoramica Cerca Sopra
Dettagli del download
Automatically logging off the Automatically logging off the user
(0 voti)

AutomaticUserLogOff is a project designed to demonstrate how to automatically log off the current user from the runtime software after a certain time of mouse and keyboard inactivity.

The LogoffUser script defined via the Script Manager is used to log off the current user by calling the RUser.LogoffUser method. In order for the script to be run after a certain time of inactivity, some parameters in the project's main file (the one with an .rp4 extension) must be altered. The project's main file is a text file that can be opened, for example, with the Notepad program (Notepad.exe). The parameters are stored in a section named [Section50] and have the following meaning:

Param0 – the inactivity time period (in milliseconds) after which the script specified by Param2 should be run

Param1 – determines whether to run the script specified by Param2 (0 – disabled, 1 – enabled)

Param2 – the ID of the script to be run

Note: The script ID is displayed in the bottom left corner of the Select Script dialog box.

Example:

[Section50]

Param0=20000

Param1=1

Param2=10

Informazioni

Versione:
Dimensione26.19 KB
Downloads2
Lingua
Licenza
Autore
Sito Web
Prezzo
Creato24-08-2015
Creato da
Modificato il24-08-2015
Modificato daroby

Solo gli utenti registrati e loggati possono scaricare questo file.

.

.