Service Board > Max for Developers > Calling Operations Asynchronously
Calling Operations Asynchronously
On the Max platform, you can execute operations asynchronously by using Jobs or Deferred Operations. Use Jobs to execute operations at precise times or intervals. Use Deferred Operations to execute operations at any time in cases where processing time is long, and you want to run the operation in the background.
For more information:
Was this helpful?