Click or drag to resize

FlowsheetSolverProcessCalculationQueue Method

Process the calculation queue of the Flowsheet passed as an argument. Checks all elements in the queue and calculates them.

Namespace: DWSIM.FlowsheetSolver
Assembly: 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
)
Request Example View Source

Parameters

fobj  Object
Flowsheet to be calculated (FormChild object)
ct  CancellationToken  (Optional)
 
Adjusting  Boolean  (Optional)
 

Return Value

ListException
See Also