| 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.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntaxpublic bool IsCompleted { get; }Public ReadOnly Property IsCompleted As Boolean
Get
public:
property bool IsCompleted {
bool get ();
}member IsCompleted : bool with get
Property Value
Type:
Booleantrue if the update has been completed; otherwise,
false.
See Also