idle-processing Questions

1

Auto Shutdown if user is inactive. I am trying to create a one time powershell script to shut down the pc if the user is inactive for a period of time. I have done some looking around but the only ...

2

Solved

I'm developing a class library for windows 10 universal apps (mobile and desktop device families only). I need to invoke an event if the user has been idle(no touch, mouse move, key press etc) for ...

4

Solved

Im trying to use Espresso to test my UI. When i login into my application, i do a call to Parse API (network call) to verify the username and password. If all is well the user gets directed to a ne...
Symposiac asked 9/6, 2015 at 13:40

13

So I have an Oracle instance, and I know it's running on this system, I've su'd to the oracle user, and I'm trying to connect using "/ as sysdba". However, when I do connect, it says the instance i...
Andy asked 8/12, 2008 at 15:36

3

Solved

I'm writing a small tray application that needs to detect the last time a user interacted with their machine to determine if they're idle. Is there any way to retrieve the time a user last moved t...
Asper asked 24/6, 2009 at 10:42

1

Solved

I'm trying to make a simple Java transaction app with JavaFX as UI. What I want to do now is to detect user idle state from my application which has 1 primary stage and many scenes. Example : if ...
Scampi asked 27/11, 2014 at 3:0

2

Solved

I am restarting 8 puma workers via bundle exec pumactl -F config/puma.rb phased-restart what works fine. Now I am getting more and more postgres errors: PG::TRDeadlockDetected: ERROR: deadlock det...
Clydeclydebank asked 24/6, 2014 at 11:26

3

Solved

I've written many C programs for microcontrollers but never one that runs on an OS like linux. How does linux decide how much processing time to give my application? Is there something I need to do...
Viscera asked 16/8, 2012 at 16:37

5

This is a rather tricky question as I have found no information online. Basically, I wish to know how to check if a computer is idle in Java. I wish a program to only work if the computer is in act...
Sheilahshekel asked 6/5, 2010 at 0:10

1

Solved

I have a python script which uses multiprocessing and subprocess to launch multiple external commands in parallel with different arguments. The code can be found here. For convenience I launch thi...

1

Solved

What I know about the Application.Idle event is that the application is finishing its processing and is about to enter the idle state. I read somewhere that If you have tasks that you must pe...
Li asked 24/3, 2011 at 5:37

3

Solved

I need user idle detection in my application only (per "my application instance"). I can't use GetLastInputInfo because is session-specific user input: GetLastInputInfo does not provide system-w...
Kendall asked 15/2, 2011 at 14:3

3

Solved

Why the peekMessage statement is required before Getmessage() for creating message queue?
Buss asked 17/5, 2010 at 15:6

2

Solved

On my main form, I subscribed to two events: Application.ThreadException and Application.Idle. In theory, any exception that is not caught should get bubbled up to the main form. However, this does...
Arsenical asked 20/5, 2010 at 18:33
1

© 2022 - 2024 — McMap. All rights reserved.