let sessionName = "Automated Session"; //Set me to the target session

let session = app.sessionWithName( sessionName )

if( session.running )
	session.stop()
else
	session.start()
