FlowsheetSolverProcessCalculationQueue Method |
Process the calculation queue of the Flowsheet passed as an argument. Checks all elements in the queue and calculates them.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax public static List<Exception> ProcessCalculationQueue(
Object fobj,
CancellationToken ct = default,
bool Adjusting = false
)
Public Shared Function ProcessCalculationQueue (
fobj As Object,
Optional ct As CancellationToken = Nothing,
Optional Adjusting As Boolean = false
) As List(Of Exception)
Request Example
View SourceParameters
- fobj Object
- Flowsheet to be calculated (FormChild object)
- ct CancellationToken (Optional)
-
- Adjusting Boolean (Optional)
-
Return Value
ListExceptionSee Also