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
fun pause(): UnitAndroid

Parameters​

None

Returns​

Nothing

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.pause();