| BetterCoroutinesIsRunning Method |
Checks whether a coroutine with the given ID is running.
A paused coroutine is still considered running.
Namespace:
Archon.SwissArmyLib.Coroutines
Assembly:
Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool IsRunning(
int id
)
Request Example
View SourceParameters
- id
- Type: SystemInt32
The id of the coroutine to check.
Return Value
Type:
BooleanTrue if running, otherwise false.
See Also