Click or drag to resize

CoSimulatorBaseInterrupted Event

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

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

Value

Type: SystemActionICoSimulator

Implements

ICoSimulatorInterrupted
See Also