Share via


ReadinessStatus Class

Definition

Class wrapping the readiness state, along with the progress to readiness to create cloud anchors

public class ReadinessStatus
type ReadinessStatus = class
Public Class ReadinessStatus
Inheritance
ReadinessStatus

Remarks

The floating point progress indicators are a bleed-through of the internal implementation, but are very useful to the application/user when establishing tracking.

Constructors

ReadinessStatus()

Default constructor.

ReadinessStatus(PublisherReadiness)

Constructor setting readiness, leaving progress indicators at defaults.

ReadinessStatus(PublisherReadiness, Single, Single)

Full constructor.

Fields

readiness

Readiness state.

readyForCreate

Progress to ready for create. Ready (but not necessarily recommended) when readyForCreate >= 1.0f;

recommendedForCreate

Progress to recommended for create. Recommended when recommendedForCreate >= 1.0f.

Applies to