Background notification after 1 day is disabled?

@Xoma ,I have a question regarding the Itoo project. I created a notification that keeps running in the background, but after 1 day of activity, the notification background stops working. Is there a way to fix it?

Instead of CreateTask block, instead use Create process. That should make it better.

Creat process does not use a delay. I need to send the notification after a certain amount of time, is there another way?

After you use CreateProcess, you can create a Clock component and set a timer interval of your latency. When the event fires, do your work.