The quartz scheduler removes triggers that will not start again, or we must remove them ourselves using the RemoveTrigger method. I want to run the task at an instance of time, but after completion this work will not work again.
Yes, by default, Quartz will remove triggers that are completed (will not start again). You do not need to delete them manually unless you configured a trigger that never expires, such as CronTrigger.
If you plan your work using SimpleTrigger, you do not need to manually delete it.
If you want to test it yourself, you need to configure Quartz to use the database repository so that you can run a query on the trigger table.
http://www.quartz-scheduler.org/docs/configuration/ConfigJobStoreTX.html
Source: https://habr.com/ru/post/1338806/More articles:Cast object without more information than its System.Type - genericsIs this ajax behavior normal, safe - javascriptRecord and play an audio stream using Qt - qtcalling member functions from one member function of the same class in C ++, objective C - c ++How to check if cross-domain requests are disabled - securityNumber of differences with linq for entities and custom IEqualityComparer - c #bad_alloc when calling new in the Texture class - c ++SourceGear Vault: How to get an automated list of extracted files? - sourcegear-vaultare class-level public properties protected by threads - multithreadingList of system calls Android Linux - androidAll Articles