Click or drag to resize

InstanceGetIntegerStatus Method

Informs about the actual status of the simulation run.

Namespace: Emulate3D.FMI.V2
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public Status GetIntegerStatus(
	StatusKind statusKind,
	out int status
)

Parameters

statusKind  StatusKind
Status kind.
status  Int32
Actual status.

Return Value

Status
Status flag.
See Also