Created
September 15, 2020 11:26
-
-
Save shark8me/f7d3fde320ce453f101b5a8f075684fc to your computer and use it in GitHub Desktop.
Get the job status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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