home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / arktab / !ArkTAB / MonTasks < prev   
Text File  |  1997-12-09  |  1KB  |  43 lines

  1. #Tasks for !ArkTAB (a version 1.05+ file, only)
  2. # Must **NOT** have a space after the App: and also
  3. # no space after the comma.
  4. # ie  - they must be in the same format as below
  5. # App:<appname>,<reloadpath>,<crash-reload-defunct-time>
  6. # 0 defunct time means that it will *always* reload the task
  7. # now matter how often and how frequent it crashes
  8.  
  9. App:Edit,Resources:$.Apps.!Edit,10
  10. App:Alarm,Resources:$.Apps.!Alarm,0
  11.  
  12. #Also, here's some examples (commented out)
  13. # to re-boot apps from ANT's suite.
  14. #App:FTPclient,Inetapps:Apps.!FTPClient,0
  15. #App:Finger,Inetapps:apps.!finger,0
  16.  
  17.  
  18. #Here is the poll time between ALL checks.  This will
  19. # help reduce CPU usage but probably mess up the mess
  20. # defunct times - although they will still operate, just that
  21. # there will be more time before that task is checked.
  22. # (See below for a remedy of this situation)
  23. #
  24. # Set it to 0 for normal operation with no delay between all checks.
  25. # It is TIME IN SECONDS.
  26. PollTime:0
  27.  
  28. #This is a pretty much untested config option, below.
  29. #The idea is that if there is a PollTime specified, then
  30. #this time will be added to all of the tasks defunct times, so
  31. #that it compensates for the total interval between total checks.
  32. AutoCalibrate:No
  33.  
  34. # What method of reloading task shall we use?
  35. # By default, it uses *WIMPTASK, but if you seem to be
  36. # having problems with this, you might like to change
  37. # it to *Filer_Run 
  38. #
  39. # NB:  DO NOT change it to simply, *Run  because this will
  40. # kill off ARKTab
  41. Reload.Method:*WimpTask
  42.