UnifiedPosHealthCheckLevel
UnifiedPosHealthCheckLevel
UnifiedPosHealthCheckLevel
UnifiedPosHealthCheckLevel
Enum
Definition
Defines the constants that indicates the type of health check that can be performed on the devices.
public : enum class UnifiedPosHealthCheckLevelpublic enum UnifiedPosHealthCheckLevelPublic Enum UnifiedPosHealthCheckLevel// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| External External External External | Perform a more thorough test that may change the device. |
| Interactive Interactive Interactive Interactive | Perform a interactive test of the device. The supporting service object will typically display a modal dialog box to present test options and results. |
| POSInternal POSInternal POSInternal POSInternal | Perform internal tests to that do not physically change the device. |
| UnknownHealthCheckLevel UnknownHealthCheckLevel UnknownHealthCheckLevel UnknownHealthCheckLevel | Perform an unspecified test. |