Function that determines whether or not this behaviour should run.

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

Syntax

C#
public Func<bool> ShouldRun { get; set; }

Field Value

A function that returns true if the behaviour should run, otherwise false.

See Also