Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 856 Bytes

unifiedposhealthchecklevel.md

File metadata and controls

34 lines (23 loc) · 856 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel
winrt enum
xbox

UnifiedPosHealthCheckLevel

-description

Defines the constants that indicates the type of health check that can be performed on the devices.

-enum-fields

-field UnknownHealthCheckLevel:0

Perform an unspecified test.

-field POSInternal:1

Perform internal tests to that do not physically change the device.

-field External:2

Perform a more thorough test that may change the device.

-field Interactive:3

Perform a interactive test of the device. The supporting service object will typically display a modal dialog box to present test options and results.

-remarks

-examples

-see-also