Switches the slideshow mode on and off.
if(this._slideId){ this._stop(); }else{ dojo.toggleClass(this.domNode,"slideShowPaused"); this._timerCancelled = false; var success = this.showNextImage(true, true); if(!success){ this._stop(); } }