Whether any
IAction has said it has done something.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic bool HasActed { get; set; }Public Property HasActed As Boolean
Get
Set
public:
property bool HasActed {
bool get ();
void set (bool value);
}member HasActed : bool with get, set
Property Value
Type:
Booleantrue if this instance has acted; otherwise,
false.
See Also