Trigger: User Idle

Waits for there to be no user-input for a specified amount of time.

Technical Users

The User Idle Trigger waits for and detects when there has been no user input (it doesn't monitor the keyboard, mouse, etc; instead it uses the GetLastInputInfo Windows API command. User Idle does not know what the actual input was and so has no ability to read keystrokes, etc).

When there has been no user input, it begins a timer. After the specified amount of time (below) has elapsed, the Trigger will then tell FileSieve to start processing any specified Profiles.

  • Hours, Minutes, Seconds
  • Sets the individual hours, minutes, and seconds of how long to wait for.