Click or drag to resize

ICoSimulatorInterrupted Event

Occurs when the simulator is ready to be stepped again before its preferred 'nextStep'.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
event Action<ICoSimulator> Interrupted

Value

Type: SystemActionICoSimulator
Remarks
A simulator that can raise interrupts is incompatible with returning Pending.
See Also