Click or drag to resize

ClockIsDone Property

Gets a value indicating whether this instance is done.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool IsDone { get; }

Property Value

Type: Boolean
true if this instance is done; otherwise, false.
See Also