FormFlowsheetRequestCalculation2 Method

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

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void RequestCalculation2(
	bool Wait
)

Parameters

Wait  Boolean
When True, blocks the caller until the calculation task finishes.

Implements

IFlowsheetRequestCalculation2(Boolean)

See Also