Quantcast
Channel: SCN : All Content - SAP BusinessObjects Design Studio
Viewing all articles
Browse latest Browse all 4216

background processing

$
0
0

Hi Developers,

 

I have a quick question on Background Processing in Design Studio 1.3.  If I put APPLICATION.doBackgroundProcessing() statement in the begining of "On Startup", will the cursor wait for background processing to finish before executing rest of the code in Startup or system will execute On Startup and "background processing" at the same time?  Below is an example:

 

On Startup

{

APPLICATION.doBackgroundProcessing()

 

other logic within startup

-----------------------------------------

-----------------------------------------

-----------------------------------------

-----------------------------------------

-----------------------------------------

}

 

 

On Background Processing

{

Logic in background block

-----------------------------------------

-----------------------------------------

-----------------------------------------

}


Viewing all articles
Browse latest Browse all 4216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>