IsRunning¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of this shard is ignored. | None | ||
| Output ➡️ | This shard will either return true if the specified Wire is still running, or false if it has ended. | Bool | ||
| Wire | No | The wire to check. | none | WireStringNoneVar(Wire) | 
Checks if a Wire is running and outputs true if it is, false if otherwise. (Note that a looped Wire will always be running and thus will always return true)