Flowsheet Solver 2Process Calculation Queue Method
Process the calculation queue of the Flowsheet passed as an argument. Checks all elements in the queue and calculates them.
Definition
Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
C#
public List<Exception> ProcessCalculationQueue(
Object fobj,
CancellationToken ct = default,
bool Adjusting = false
)VB
Public Function ProcessCalculationQueue (
fobj As Object,
Optional ct As CancellationToken = Nothing,
Optional Adjusting As Boolean = false
) As List(Of Exception)Parameters
- fobj Object
- Flowsheet to be calculated (FormChild object)
- ct CancellationToken (Optional)
- Adjusting Boolean (Optional)