FormFlowsheetRequestCalculation3 Method

Requests a calculation scoped to a specific simulation object, optionally blocking until it completes.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void RequestCalculation3(
	ISimulationObject obj,
	bool Wait
)

Parameters

obj  ISimulationObject
The object to calculate.
Wait  Boolean
When True, blocks the caller until the calculation task finishes.

Implements

IFlowsheetRequestCalculation3(ISimulationObject, Boolean)

See Also