FlowsheetBaseRequestCalculation2 Method

Requests a full flowsheet calculation, optionally blocking the calling thread until it completes.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public void RequestCalculation2(
	bool Wait
)

Parameters

Wait  Boolean
When True, the call blocks until the solver finishes; otherwise it runs on a background task.

Implements

IFlowsheetRequestCalculation2(Boolean)

See Also