Monitoring Batch Job Status

I have been using the MonitoringAPI and JobMonitorAttribute along with SignalR to monitor BackgroundJobs in custom web interface. However, when I switched to BatchJobs (We purchased Hangfire.Pro) I cannot find a way to monitor or notify clients of the status for BatchJobs.

The MonitoringApi doesn’t seem to provide a way to do this and the JobMonitorAttribute does not seem to provide info about BatchJobs.

Is there an alternative method of MonitoringAPi and JobMonitorAttribute for Batch Jobs?