Weight Tracker.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3. <RegistrationInfo>
  4. <Date>2018-01-21T16:17:09.9815792</Date>
  5. <Author>GAUSS\Will Koehrsen</Author>
  6. <URI>\Weight Tracker</URI>
  7. </RegistrationInfo>
  8. <Triggers>
  9. <CalendarTrigger>
  10. <Repetition>
  11. <Interval>PT15M</Interval>
  12. <Duration>PT2H</Duration>
  13. <StopAtDurationEnd>false</StopAtDurationEnd>
  14. </Repetition>
  15. <StartBoundary>2018-01-21T12:00:00</StartBoundary>
  16. <Enabled>true</Enabled>
  17. <ScheduleByDay>
  18. <DaysInterval>1</DaysInterval>
  19. </ScheduleByDay>
  20. </CalendarTrigger>
  21. </Triggers>
  22. <Principals>
  23. <Principal id="Author">
  24. <UserId>S-1-5-21-1273018215-83690777-3126289220-1001</UserId>
  25. <LogonType>InteractiveToken</LogonType>
  26. <RunLevel>LeastPrivilege</RunLevel>
  27. </Principal>
  28. </Principals>
  29. <Settings>
  30. <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  31. <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
  32. <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
  33. <AllowHardTerminate>true</AllowHardTerminate>
  34. <StartWhenAvailable>true</StartWhenAvailable>
  35. <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  36. <IdleSettings>
  37. <StopOnIdleEnd>true</StopOnIdleEnd>
  38. <RestartOnIdle>false</RestartOnIdle>
  39. </IdleSettings>
  40. <AllowStartOnDemand>true</AllowStartOnDemand>
  41. <Enabled>true</Enabled>
  42. <Hidden>false</Hidden>
  43. <RunOnlyIfIdle>false</RunOnlyIfIdle>
  44. <WakeToRun>false</WakeToRun>
  45. <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
  46. <Priority>7</Priority>
  47. </Settings>
  48. <Actions Context="Author">
  49. <Exec>
  50. <Command>"C:\Users\Will Koehrsen\Anaconda3\python.exe"</Command>
  51. <Arguments>"C:\Users\Will Koehrsen\Documents\Data-Analysis\weighter\run_weighter.py"</Arguments>
  52. </Exec>
  53. </Actions>
  54. </Task>