Indicates if the host application (MS Excel) is ready to handle events.
Member | Value | Description |
---|---|---|
rsBusy | 0 | The host application (MS Excel) is in edit mode. |
rsNotReady | 2 | The host application (MS Excel) isn't ready (when Application.Ready = False). |
rsReady | 1 | The host application (MS Excel) is ready (when Application.Ready = True). |
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).
For the usage of this enumeration, see the IsReady event implementation in the examples section of CQGCEL Object