Implementing an Asynchronous Operation
An operation that is expected to take a long time to complete should be executed asynchronously: that is, executed on a separate thread so that it doesn’t block the main thread of an application and freeze up the user interface. The MYOB Acumatica Framework provides you with a number of approaches for executing a long-running operation asynchronously.
In this chapter, you will learn how to process operations whose execution takes a long time.
