Access job result string in JobFilterAttribute

Hi,

I have been using the out of the box solution to set a job result string (c# - How to return a return value from Hangfire - Stack Overflow). I am now trying to create a JobFilterAttribute that would use this job result string. Is this possible?

Thanks,

François

I just found it : OnPerformed → PerformedContext → Result

Could you share the piece of code where you found the result data? From “OnPerformed → PerformedContext → Result” I still can’t find the result