coroutine.status
From Garry's Mod
Description
Returns the status of the coroutine passed to it, the possible statuses are "suspended", "running", and "dead".
Arguments
thread coroutine
Coroutine to check the status of.
Returns
status
Returns the status of the coroutine passed to it, the possible statuses are "suspended", "running", and "dead".
thread coroutine