Cancel successive JobFilterAttriubtes

Is it possible to stop the successive filter execution from an earlier JobFilterAttribute exection?

Can you give an example of what you’re trying to achieve? Do you have multiple filters, for example A, B, C, D and want B to be able to prevent C and D from running? Are you trying to prevent Hangfire from doing something? Do you mean, say OnCreating preventing OnCreated from executing on the same filter for the same job?