Scheduled Event Synchronous versus Asynchronous

Is it better to use Asynchronous or Synchronous for scheduled events (script PX)?  Or does it not make a difference?

Add Comment
2 Answer(s)
Best answer

Doesn’t really matter. The scheduler is background task anyway.

Where synchronous vs asynchronous matters are events that the user triggers. Synchronous holds the user up while processing and can show the user a message afterwards.

Agile Angel Answered on January 23, 2018.
Add Comment

Thank you Steve – I had guess that a scheduled event uses a new thread regardless of whether its asynchronous or synchronous.  I just didn’t read anything about it in any of the manuals.

Agile Angel Answered on January 23, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.