[This is preliminary documentation and is subject to change.]
            Pauses or unpauses a song
            
Namespace: MusicPlayerWindowAssembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public void pauseUnpauseSong( Song song )  | 
| Visual Basic | 
|---|
Public Sub pauseUnpauseSong ( _ song As Song _ )  | 
| Visual C++ | 
|---|
public: virtual void pauseUnpauseSong( Song^ song ) sealed  | 
Parameters
- song
 - Type: MusicPlayerWindow..::..Song
the song to be paused or unpaused