Gets a value indicating whether this Brain is waiting for event.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
bool WaitingForEvent { get; }

Field Value

true if waiting for event; otherwise, false.

See Also