| ScheduledUpdaterIsStarted Property |
Gets a value that indicates if the updater is currently providing updates.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsStarted { get; }
Public ReadOnly Property IsStarted As Boolean
Get
public:
virtual property bool IsStarted {
bool get () sealed;
}
abstract IsStarted : bool with get
override IsStarted : bool with get
Property Value
Type:
Booleantrue if the updater is currently providing updates; otherwise false.
See Also