Click or drag to resize
ConfigHasActed Property
Whether any IAction has said it has done something.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public bool HasActed { get; set; }

Property Value

Type: Boolean
true if this instance has acted; otherwise, false.
See Also