Put a line like this just before each of your 5 steps, but use 99 for the percent at the last item:
Write-Progress -Activity “Processing Catch Actions” -CurrentOperation “What I’m Doing Now” -PercentComplete 20
Put a line like this at the end of the catch block:
Write-Progress -Activity “Processing Catch Actions” -Completed