Form FlowsheetCalculation Queue Property
Gets or sets the FIFO queue of pending calculation requests consumed by the flowsheet solver.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Queue<ICalculationArgs> CalculationQueue { get; set; }VB
Public Property CalculationQueue As Queue(Of ICalculationArgs)
Get
Set