Beep when finished?

I know it's a silly question but how would I play a midi or mp3 file when the session completes? I'm using the SERVER via web browser and not the app itself.

I haven't ever tried this

I haven't ever tried this before. I don't know a way to add a library to support it, so I think I would write a separate script (in Python or Powershell) that reads the log every X seconds, and beep when it shows "complete".

You can get the scrape's log name from the session:

session.getLogFileName()