CBAfterSimulation

Public Function CBAfterSimulation( _
  aIterations As Long, _
  aTrials As Long, _
  aMaxTrials As Long, _
  aProgress As Double, _
  aWasAborted As Boolean, _
  aWasStopOnError As Boolean, _
  aWasStoppedOnPrecision As Boolean, _
  aHasNewBestSolution As Boolean) _
As Integer
  'the code is here
End Function

In this interface, parameters or arguments are defined as follows: