Skip to content

Instantly share code, notes, and snippets.

@shark8me
Created September 15, 2020 11:26
Show Gist options
  • Select an option

  • Save shark8me/f7d3fde320ce453f101b5a8f075684fc to your computer and use it in GitHub Desktop.

Select an option

Save shark8me/f7d3fde320ce453f101b5a8f075684fc to your computer and use it in GitHub Desktop.
Get the job status
(get-job-status "pi")
;;{:startTime "2020-09-15T08:33:44Z", :active 1}
;;wait for a few seconds
(get-job-status "pi")
;;{:conditions [{:type "Complete", :status "True", :lastProbeTime "2020-09-15T08:33:55Z",
;;:lastTransitionTime "2020-09-15T08:33:55Z"}], :startTime "2020-09-15T08:33:44Z",
;;:completionTime "2020-09-15T08:33:55Z", :succeeded 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment