ReadinessStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Single, Single) |
Full constructor. |
ReadinessStatus(PublisherReadiness) |
Constructor setting readiness, leaving progress indicators at defaults. |
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. |