# NOT RUN {
# This example lists the running jobs in the HighPriority job queue.
# }
# NOT RUN {
svc$list_jobs(
jobQueue = "HighPriority"
)
# }
# NOT RUN {
# This example lists jobs in the HighPriority job queue that are in the
# SUBMITTED job status.
# }
# NOT RUN {
svc$list_jobs(
jobQueue = "HighPriority",
jobStatus = "SUBMITTED"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab