Need a value from pywin32

"Craig R. Matthews" <[email protected]> Fri, 17 Jun 2022 02:41:48 -0400
Newsgroups gmane.comp.python.windows
Message-ID <[email protected]>
I have a need to determine the "IDLE TIME" as provided by the Windows 
Query program.

Sample output:
C:\>query user /server:CTX202201
  USERNAME              SESSIONNAME        ID  STATE   IDLE TIME LOGON TIME
  administrator         rdp-tcp#67          2  Active       1:38 
6/15/2022 10:48 AM


I can't find the above "IDLE TIME" anywhere in pywin32 "Python for Win32 
Extensions".

I need this time value, and would rather keep all the code in python 
without having to resort to something like subprocess to encapsulate the 
Windows Query program.

Thank you.

_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32