All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-shell.4.5.2.source-code.enums.adoc Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR1
Show newest version
= Enums

[[ExecStatus]]
== ExecStatus

++++
 The status of an execution.
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[READY]]`READY`|+++
The job is ready, it can be running or terminated.
+++
|[[RUNNING]]`RUNNING`|+++
The job is running, it can be stopped or terminated.
+++
|[[STOPPED]]`STOPPED`|+++
The job is stopped, it can be running or terminated.
+++
|[[TERMINATED]]`TERMINATED`|+++
The job is terminated.
+++
|===





© 2015 - 2024 Weber Informatics LLC | Privacy Policy