Hi,
I am not a PB developer, but unfortunately, assisgned a task to troubleshoot a PB issue, as follows:
We have a Yield() call in a loop lasting one hour:
DO
Yield()
LOOP WHILE NOT gb_Continue
When our application gets into this loop, it uses 25%, 50% or even 100% CPU, apparently...