Share via


Prompt.IsCompleted Property

Gets or sets whether the Prompt has finished playing.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Property IsCompleted As Boolean
public bool IsCompleted { get; }
public:
property bool IsCompleted {
    bool get ();
}
/** @property */
public boolean get_IsCompleted ()
public function get IsCompleted () : boolean

Property Value

false if the prompt has completed; otherwise true.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Prompt Class
Prompt Members
Microsoft.Speech.Synthesis Namespace