Flowsheet BaseRequest Calculation 2 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
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void RequestCalculation2(
bool Wait
)VB
Public Sub RequestCalculation2 (
Wait As Boolean
)Parameters
- Wait Boolean
- When True, the call blocks until the solver finishes; otherwise it runs on a background task.