JobFilterAttribute with Windows Service or Console Application

How can i use JobFilterAttribute with Windows Service or Console Application?

Or

I would like to fire multiple jobs (10000 apx.) on Service Start, Desired Jobs info will fetch from DB, I need to get status of each jobs (which enqueue onstart event) so that enqueue failed jobs again and remove succeded jobs. How can i achive this with hangfire?