|
|
| Line 1: |
Line 1: |
| − | {{Function
| + | Content missing. |
| − | |name=coroutine.status
| + | |
| − | |api=Coroutine
| + | |
| − | |returns=[[string]] status
| + | |
| − | |addon=ComputerCraft
| + | |
| − | |desc=Returns the status of the coroutine; returns "running", if the coroutine is running; "suspended" if the coroutine was yielded or not running; "normal" if the coroutine is active but not running (that is, it has resumed another coroutine); and "dead" if it finished its function.
| + | |
| − | |examples=
| + | |
| − | {{Example
| + | |
| − | |desc=Writes the status of the running coroutine.
| + | |
| − | |code=print(coroutine.status(coroutine.running()))
| + | |
| − | |output=running
| + | |
| − | }}
| + | |
| − | }}
| + | |
| − | | + | |
| − | [[Category:Lua_Core_Functions]]
| + | |
Content missing.