Function list_queue
Source pub async fn list_queue(
configuration: &Configuration,
workspace: &str,
order_desc: Option<bool>,
created_by: Option<&str>,
parent_job: Option<&str>,
worker: Option<&str>,
script_path_exact: Option<&str>,
script_path_start: Option<&str>,
schedule_path: Option<&str>,
script_hash: Option<&str>,
started_before: Option<String>,
started_after: Option<String>,
success: Option<bool>,
scheduled_for_before_now: Option<bool>,
job_kinds: Option<&str>,
suspended: Option<bool>,
running: Option<bool>,
args: Option<&str>,
result: Option<&str>,
allow_wildcards: Option<bool>,
tag: Option<&str>,
page: Option<i32>,
per_page: Option<i32>,
all_workspaces: Option<bool>,
is_not_schedule: Option<bool>,
) -> Result<Vec<QueuedJob>, Error<ListQueueError>>