Is it possible to kick off a Background Task from an IDO Extension Class? I'm trying not to alert a Form too much. One thought I had was to change the BGTask to call my IDO Extension Class and then have that kick off the Background Task. I know it's possible Form-side with ThisForm.GenerateEvent & an Event that will run the Background Task but am curious to know if this is possible.