Click or drag to resize

InstanceGetRealStatus Method

Informs about the actual status of the simulation run.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status GetRealStatus(
	StatusKind statusKind,
	out double status
)

Parameters

statusKind
Type: Emulate3D.FMI.V2StatusKind
Status kind.
status
Type: SystemDouble
Actual status.

Return Value

Type: Status
Status flag.
See Also