Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add termux-job-scheduler #16

Open
hugmouse opened this issue Sep 24, 2019 · 0 comments
Open

Add termux-job-scheduler #16

hugmouse opened this issue Sep 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@hugmouse
Copy link
Owner

API: no public API available

Description: Schedule a script to run at specified intervals.

Options:

  --pending                  list pending jobs and exit (default false)
  --cancel-all boolean       cancel all pending jobs and exit (default false)
  --cancel boolean           cancel given job-id and exit (default false)
Options for scheduling:
  --script text              path to the script to be called
  --job-id int               job id (will overwrite any previous job with the same id)
  --period-ms int            schedule job approximately every period-ms milliseconds (default 0 means once)
  --network text             run only when this type of network available, default none (any|unmetered|cellular|not_roaming|none)
  --battery-not-low boolean  run only when battery is not low, default true (at least Android O)
  --storage-not-low boolean  run only when storage is not low, default false (at least Android O)
  --charging boolean         run only when charging, default false
  --trigger-content-uri text (at least Android N)
  --trigger-content-flag int default 1, (at least Android N)
@hugmouse hugmouse added the enhancement New feature or request label Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant