CQG API 4.0 - Revised
eReadyStatus Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Indicates if the host application (MS Excel) is ready to handle events.

Members

MemberValueDescription
rsBusy0

The host application (MS Excel) is in edit mode.

rsNotReady2

The host application (MS Excel) isn't ready (when Application.Ready = False).

rsReady1

The host application (MS Excel) is ready (when Application.Ready = True).

Remarks

The rsBusy value is actually never used by the user. It is just a way for the CQG API to know that Excel will not let any event pass, because it did not let the IsReady event pass as well (just set its return value to default).

Example

For the usage of this enumeration, see the IsReady event implementation in the examples section of CQGCEL Object

See Also