Function schedule_project

Source
pub async fn schedule_project(
    configuration: &Configuration,
    id_pipe_slug: &str,
    schedule: Option<Schedule>,
) -> Result<(), Error<ScheduleProjectError>>