If shrinking the db is your thing, you can get an idea of the % complete using the following:
SELECT percent_complete, * FROM sys.dm_exec_requests WHERE command = 'DbccFilesCompact'
Wish there was a status bar or something so you could see how things are progressing, but that'll let you get an idea of how far you are along.