You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, can you tell me if TBackgroundTasks has a safe way to know how many tasks are active?
I've included an inc( finished ) in .OnTerminated but I'm not sure if it's safe.
as I run my application via console through the windows task manager, I had to add a while to wait for completion.
while finished < total do
continue;
The text was updated successfully, but these errors were encountered:
Please, can you tell me if TBackgroundTasks has a safe way to know how many tasks are active?
I've included an inc( finished ) in .OnTerminated but I'm not sure if it's safe.
as I run my application via console through the windows task manager, I had to add a while to wait for completion.
The text was updated successfully, but these errors were encountered: