Click or drag to resize
ScheduledUpdaterIsStarted Property
Gets a value that indicates if the updater is currently providing updates.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsStarted { get; }

Property Value

Type: Boolean
true if the updater is currently providing updates; otherwise false.
See Also