pub fn list_jobs(query: &JobsQuery) -> Result<JobsListing, Error>Expand description
Read every scheduled job the query selects.
Read-only: no store is opened for writing, no fire is claimed, no scheduler is activated.
pub fn list_jobs(query: &JobsQuery) -> Result<JobsListing, Error>Read every scheduled job the query selects.
Read-only: no store is opened for writing, no fire is claimed, no scheduler is activated.