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()...
... Once().Starting(Now.Add(TimeSpan.FromMinutes(10))).IsDisabled().AtLogin()...