Code:
Trigger - Run (This trigger) (checking conditions)
Can this line cause memory accumulation when its in a infinite loop?
I know in programming when you call a function the calling function will cease activity until the called function returns something. If this line of code acts as such then it will not only cause a infinite loop assuming conditions do not change, but it will also stack previous 'calling' functions. Therefore accumulating memory usage every time the line of code is run. none of the triggers will actually end and in result none of the memory they use will be removed.
Does anyone know if this is how the code runs, and if there is a better alternative to restart a trigger from the start?