FlowsheetSolver2ProcessCalculationQueue 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
public List<Exception> ProcessCalculationQueue(
	Object fobj,
	CancellationToken ct = default,
	bool Adjusting = false
)

Parameters

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

Return Value

ListException

See Also