In the newest version of the library, you can define in a PendingTask that a task should be manually run but the library doesn't actually query by that or allow users to run them manually.
[x] When library queries SQLite for new tasks, make sure to only query by manually_run_task == false.
[x] Add interface for user to say "run X task now".
In the newest version of the library, you can define in a
PendingTask
that a task should be manually run but the library doesn't actually query by that or allow users to run them manually.