Click or drag to resize
VoicepackUpdaterIsCompleted Property
Gets a value indicating whether the voicepack update has completed, either successfully or due to the update being canceled or failing.

Namespace: Bevelstone.EditVoicepack.InstallerApi
Assembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntax
public bool IsCompleted { get; }

Property Value

Type: Boolean
true if the update has been completed; otherwise, false.
See Also