Studio Developer Manual / Version 2207
Table Of ContentsA job is an execution of code that you can monitor, track and cancel. The jobs framework lets you execute jobs within the Studio client (local job) or Studio backend (remote job). Using the jobs framework you can track the progress of a job, show it to the client and cancel it.
Note
You should use a remote job, whenever you only need to get data from the Studio backend for the execution of your code.