CQG API 4.0 - Revised
IsStarted Property
See Also  Send Feedback
CQGCEL Interface : IsStarted Property

Glossary Item Box

Description

This property returns the current status of CQGCEL startup process.

Property type

Read-only property

Syntax

Visual Basic
Public Property IsStarted As Boolean

Return Type

True if CQGCEL is started, False otherwise

Remarks

This property allows to find out if CELStarted Event is already fired.

Example

The property using Copy Code
If Not ThisWorkbook.CEL.IsStarted Then
    Exit Sub
End If

See Also