Share via


PedometerStatusChangedEventArgs.Status | status property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Gets the status of the pedometer.

Syntax

var status = pedometerStatusChangedEventArgs.status;
public PedometerStatus Status { get; }
Public ReadOnly Property Status As PedometerStatus
public:
property PedometerStatus Status { 
   PedometerStatus get();
}

Property value

Type: PedometerStatus

A PedometerStatus-typed value that indicates the status of the pedometer.

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.Devices.Sensors Windows::Devices::Sensors [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

PedometerStatusChangedEventArgs