mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
6 lines
No EOL
280 B
Markdown
6 lines
No EOL
280 B
Markdown
# module `status`
|
|
|
|
A type is defined to represent the state. Please use it by removing the option according to the situation.
|
|
|
|
* ExecResult = {"success", "warning", "failure", "fatal", "unknown"}
|
|
* ExecStatus = {"ready", "running", "sleeping", "plague", "completed", "terminated"} |