This event is fired when the CQGTicks collection is resolved or when some error has occurred during the ticks request processing.
- cqg_ticks
Reference to resolved CQGTicks
- cqg_error
CQGError object describing the last error occurred during the ticks request processing or Nothing/Invalid_Error in case of no error.
CQGCEL.IsValid(Invalid_Error) returns False.
The ticks.Status represents the new status of the query.
If ticks.Status is rsSuccess, further changes to ticks may be reported with the TicksAdded event.
If ticks.Status is rsFailed or rsCanceled, no further events on ticks will be fired.