I have a Java azure function Timer Trigger that ran unexpectedly due to ispastdue flag, I have read that if you set UseMonitor to false you can disable the function running if it misses the scheduled run. However with in java I do not see where I can set this value, in the @TimerTrigger annotation UseMonitor = false is not allowed. Does anyone know where this can be set?