Contents

isStarted

A Boolean value that indicates whether the query has started. (read-only)

Declaration

var isStarted: Bool { get }

Discussion

This property contains true when the receiver has executed the startQuery method; otherwise, false.

See Also

Running Queries