Share via


PhoneLineWatcherStatus Enum

Definition

The current status of the PhoneLineWatcher.

public enum class PhoneLineWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneLineWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneLineWatcherStatus
var value = Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.created
Public Enum PhoneLineWatcherStatus
Inheritance
PhoneLineWatcherStatus
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v1.0)
App capabilities
phoneCallHistory phoneCallHistorySystem

Fields

Name Value Description
Created 0

The phone line watcher class is created.

Started 1

The phone line watcher class is started.

EnumerationCompleted 2

The phone line watcher class just completed an enumeration of the phone lines on the device.

Stopped 3

The phone line watcher class is stopped.

Applies to