[This is preliminary documentation and is subject to change.]
Whether the task has stopped.
RunOnce tasks stop after first execution.
RunForever and RunManual tasks only stop manually.
RunRepeating stops after max number of repeats is reached.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public bool IsStopped { get; internal set; }