Skip to main content

schedule

Function schedule 

Source
pub fn schedule(
    query_ids: &[u64],
    interval: Option<u64>,
    time: Option<&str>,
    day_of_week: Option<&str>,
    clear: bool,
) -> Result<()>