I am running hangfire on 'multiple instances .I am managing the Jobs from another project.I can trigger,update ,delete the jobs’s from the this project.
I know that we can see the status of hangfire job using Hangfire dashboard.
Now I want to see the status of Job in my dashboard in the same project where I am creating /Udating Deleting the jobs.
I want to give some color if Job is running /queued/failed in a column.
So I want to ask, If it is possible then how to get the status information of the job in a project which is not hosting hangfire .
I am trying to do this in MVC application and hangfire 1.6.5.