Click or drag to resize

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
C#
public static bool IsRunning(
	int id
)
Request Example View Source

Parameters

id
Type: SystemInt32
The id of the coroutine to check.

Return Value

Type: Boolean
True if running, otherwise false.
See Also