IrrKlang.NET

ISound.Finished Property

returns if the sound has finished playing. Don't mix this up with isPaused(). isFinished() returns if the sound has been finished playing. If it has, is maybe already have been removed from the playing list of the sound engine and calls to any other of the methods of ISound will not have any result. If you call stop() to a playing sound will result that this function will return true when invoked.

[Visual Basic]
Public ReadOnly Property Finished As Boolean
[C#]
public bool Finished {get;}

See Also

ISound Class | IrrKlang Namespace