Prompt.IsCompleted Property

Definition

Gets whether the Prompt has finished playing.

public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

Property Value

Returns true if the prompt has completed; otherwise false.

Applies to