CQG API 4.0 - Revised
eReadyStatusCheck Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Turns on/off the application's ready status checking.

Members

MemberValueDescription
rscOff0

Ready status check is off.

rscOn1

Ready status check is on.

Remarks

Ready status checking was added taking into account Excel's Application.Ready flag, which reflects Excel readiness to receive user events. The reason to add this, was that Excel - other than the Busy state - can sometimes (if the user is in the edit mode) not receive user events at all and the user does not even have a way to know that.

ReadyStatusCheck member of CQGCELConfiguration structure should be set to rscOn if used from MSExcel 2003. In all other cases it can be set to rscOff. In that case IsReady event won't be fired to check application readiness.

See Also