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