home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22012 < prev    next >
Encoding:
Text File  |  1993-01-23  |  784 b   |  19 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!usc!rpi!uwm.edu!linac!att!att!dptg!ulysses!allegra!princeton!phoenix.Princeton.EDU!lardieri
  3. From: lardieri@phoenix.Princeton.EDU (Stephen Lardieri)
  4. Subject: determining idle time
  5. Message-ID: <1993Jan22.043625.20422@Princeton.EDU>
  6. Originator: news@nimaster
  7. Sender: news@Princeton.EDU (USENET News System)
  8. Nntp-Posting-Host: phoenix.princeton.edu
  9. Organization: Princeton University
  10. Date: Fri, 22 Jan 1993 04:36:25 GMT
  11. Lines: 6
  12.  
  13. Is there a reliable way of an application determining how long the machine
  14. has been idle?  Preferably something that does not require constant time
  15. slices, i.e. something that would allow me to call WaitNextEvent() with
  16. a long snooze time?  This app will only be running under System 7, if it
  17. matters.
  18.  
  19.