[This is preliminary documentation and is subject to change.]

Specifies whether the agent should run in "real time" or "simulated time"

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public virtual bool IN_REAL_TIME { get; set; }

Remarks

Default = False (i.e., run in "simulated time")

See Also