Notification when all jobs in a batch are completed

I am using Hangfire.Pro batches, and I need a way to be notified when a batch is completed. For regular jobs, I’m thinking this could be accomplished via the OnPerformed method of IServerFilter. However, for batches, I would need a way to know that the job performed was the final job in the batch. Is there a way to do this?