Think-time PeopleCode Event
I posted to the forums a while back about whether MessageBox is a think-time function. Continuing on from that, I discovered today, that there is a difference between the Warning and Error PeopleCode functions. Turns out that Warning behaves as a think-time function, while Error does not.
The results will be a general Think-time PeopleCode event message like this:
![]() |
This is a strange one as it isn't listed in Think-time Functions list in PeopleBooks. So I suspect it may have been the way the Warning function was being used in this case.
Anyway, something to keep in mind. If you get a think-time message, try switching from Warning to Error.
