Allow the current trigger to be disabled and add a function that ends the build of the current trigger and lets you start a new trigger in the fluent api.
... Once().Starting(Now.Add(TimeSpan.FromMinutes(10))).IsDisabled().AtLogin()...
Comments: ** Comment from web user: dahall **
... Once().Starting(Now.Add(TimeSpan.FromMinutes(10))).IsDisabled().AtLogin()...
Comments: ** Comment from web user: dahall **
Actions cannot be disabled, but I have added this for triggers in 2.5.13, due shortly.