Click or drag to resize

InstanceCancelStep Method

Cancel a time step. Can be called if DoStep(Double, Double, Boolean) returned Pending in order to stop the current asynchronous execution.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status CancelStep()

Return Value

Type: Status
Status flag.
See Also