0.0.2 • Published 7 years ago

is_session_locked v0.0.2

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
7 years ago

is_session_locked

NPM Version NPM Downloads

Detect whether the Windows user session is locked..

Typically used to decide whether the computer can be used for backgoround tasks.

Installation

npm install is_session_locked

API

var isl = require('is_session_locked');

setInterval(
    function() { console.log("is_session_locked", isl.is_session_locked()); }, 
    2000);

is_session_locked()

Returns true if no user is logged-in or if the session is locked.

Return false if the user is logged-in and the session is in use.

License

BSD-3-Clause

0.0.2

7 years ago

0.0.1

7 years ago