vor show status
vor show status¶
Print a run's status
Synopsis¶
Display the current status of a run.
Possible statuses: - Initialized: Job has been created but not yet started - Compiling: Code is being compiled - Running: Job is actively executing - Finished: Job completed successfully - Job_Finished_With_Errors: Job completed with errors - Job_Finished_With_Warnings: Job completed with warnings - Job_Canceled: Job was canceled by user
vor show status <run-name> [flags]
Examples¶
$ vor show status myrun
Options¶
-h, --help help for status
Options inherited from parent commands¶
--play string playpen path
--renew-token renew token (default true)
SEE ALSO¶
- vor show - Print details of an object