$pauseTrack
$pauseTrack will pause the current track.
Usage
$pauseTrackExample(s)
This will pause the current track:
1client.command({2 name: "pauseTrack",3 code: `4 $pauseTrack5 `6});$pauseTrack will pause the current track.
$pauseTrackThis will pause the current track:
1client.command({2 name: "pauseTrack",3 code: `4 $pauseTrack5 `6});