Skip to main content

pause

since 0.9.4

Description​

Pauses the playback of the current song.

Signatures​

function pause()JavaScript
alphaTab('pause')jQuery
void Pause().net

Parameters​

None

Returns​

Nothing

Examples​

var api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.pause();
$('#alphaTab').alphaTab('pause');
var api = new AlphaTabApi<MyControl>(...);
api.Pause();