[This is preliminary documentation and is subject to change.]

Checks to see whether the current song is paused or not

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool isPaused(
	Song song
)
Visual Basic
Public Function isPaused ( _
	song As Song _
) As Boolean
Visual C++
public:
bool isPaused(
	Song^ song
)

Parameters

song
Type: MusicPlayerWindow..::..Song
The current song

Return Value

A boolean that specifies whether current song is paused or not

See Also