No matter if I call UnscheduleJob or RescheduleJob the triggerInstructionCode parameter in the TriggerComplete method of the Trigger Listener always has the value "NoInstruction".
Im expecting it to be SetTriggerComplete after calling UnscheduleJob and ReExecuteJob after calling RescheduleJob.
Is there a way to configure Quartz.NET in a way to make this happen or do I have to call some other methods or other overloads of UnscheduleJob and RescheduleJob?
I can't find any documentation regarding this topic.