Form FlowsheetRequest Calculation And Wait Method
Synchronously solves the flowsheet and returns any exceptions encountered during calculation.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
A list of exceptions raised during the solve; empty if successful.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public List<Exception> RequestCalculationAndWait()VB
Public Function RequestCalculationAndWait As List(Of Exception)Return Value
ListExceptionA list of exceptions raised during the solve; empty if successful.