The ToDo Pier app has a dependency on Sean DeNigris's Scheduler so that it can run tasks at specific times. This is done by:
(PRScheduledTaskExamples newForKernelNamed: 'Pier') reportOfHistoryOnPageAt: '/John Borden/Todo/Add a History Report/Report'.
Be sure to check the kernel name, it is case sensitive. If the wrong name is given, it will create a new kernel (and more problems later). It can be checked with:
PRKernel instances size. "Should be 1"
/John Borden/Todo/Add a History Report/Report). This can be an empty page. (PRPathLookup start: (PRKernel instanceNamed: 'Pier') root path: '/John Borden/Todo/Add a History Report') automate.
This will change the task to be marked as completed and hidden from the menus. If the task was given a repeat duration, it will execute the above code with that frequency.
Run every 90 minutes:
Report generated on Oct-28 12:59 am
| Task Name | Next Run | Run Count |
|---|---|---|
| Update Overdue Repeating Tasks | Oct-28 6:59 pm | 54 |
| Wiki Health Check | Oct-28 | 104 |
| Find Broken Links | Oct-28 6:59 pm | 54 |
| Add a History Report | Oct-27 9:59 pm | 382 |
| Monitor Pier Access | Oct-28 12:05 am | 104 |
| Print Wiki Load to File | Oct-28 1:15 am | 490 |
| Add a Scheduler Report | Oct-27 9:29 pm | 163 |
(PRScheduledTaskExamples newForKernelNamed: 'Pier') reportOfSchedulerAt: '/John Borden/Todo' onPageAt: '/John Borden/Todo/Add a Scheduler Report/report'.