Share via


HealthCheckLevel Enum

Definition

Enumerates the possible types of health checks to be performed on a device.

public enum HealthCheckLevel
type HealthCheckLevel = 
Public Enum HealthCheckLevel
Inheritance
HealthCheckLevel

Fields

Name Value Description
Internal 1

Performs a health check that does not physically change the device. The device is tested by internal tests to the extent possible.

External 2

Performs a more thorough test that may change the device. For example, a pattern may be printed on the printer.

Interactive 3

Performs an interactive test of the device. The supporting service object typically displays a modal dialog box to present test options and results.

Applies to