Form FlowsheetRequest Calculation 2 Method
Requests a full flowsheet calculation, optionally blocking until it completes.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void RequestCalculation2(
bool Wait
)VB
Public Sub RequestCalculation2 (
Wait As Boolean
)Parameters
- Wait Boolean
- When True, blocks the caller until the calculation task finishes.