mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 21:21:10 +00:00
8 lines
No EOL
750 B
Markdown
8 lines
No EOL
750 B
Markdown
# 模塊`status`
|
|
|
|
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/API/modules/status.md&commit_hash=d15cbbf7b33df0f78a575cff9679d84c36ea3ab1)
|
|
|
|
定義了一個類型來表示狀態。請根據情況刪除選項來使用它
|
|
|
|
* ExecResult = {"success", "warning", "failure", "fatal", "unknown"}
|
|
* ExecStatus = {"ready", "running", "sleeping", "plague", "completed", "terminated"} |