Click or drag to resize

FlowsheetSolverProcessQueueInternalAsync Method

This is the internal routine called by ProcessCalculationQueue when a background thread is used to calculate the flowsheet.

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
private static List<Exception> ProcessQueueInternalAsync(
	Object fobj,
	CancellationToken ct
)
Request Example View Source

Parameters

fobj  Object
Flowsheet to be calculated (FormChild object)
ct  CancellationToken
The cancellation token, used to listen for calculation cancellation requests from the user.

Return Value

ListException
See Also