Name
IsMusicPlaying -- check if music is currently playing (V4.5)
Synopsis
playing = IsMusicPlaying(id)
Function
This function checks if the music object specified by id is currently playing. If it is, True is returned, False otherwise.

Inputs
id
identifier of music object to check
Results
playing
True if music object is currently playing; False otherwise

Show TOC