AlpacaDiscoveryDiscoveryComplete Property

Flag that indicates when a discovery cycle is complete

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public bool DiscoveryComplete { get; }

Return Value

Boolean
True when discovery is complete.

Remarks

The discovery is considered complete when the time period specified on the StartDiscovery(Int32, Int32, Int32, Double, Boolean, Boolean, Boolean) method is exceeded.

See Also