Multiple background jobs on mobile

Discussions regarding 1C:Enterprise for mobile devices with Android, iOS, or Windows Phone.

#1
People who like this:0Yes/0No
Active user
1C:Professional
Rating: 3
Joined: Dec 4, 2015
Company: Smart ID Dynamics

Hello,

I'm developing a mobile application and there will be 2 background jobs.
Sometimes, both jobs will try to open a connection to the server and send data.
Is there any chance to run multiple jobs in the same time on the mobile platform ?

Mobile platform version used is 8.3.8.58.

Edited: Sebastian Dan - Aug 30, 2017 11:40 AM
 
#2
People who like this:0Yes/0No
Just came
Rating: 1
Joined: Nov 10, 2015
Company: Clever Business Solutions

Code
BackgroundTask = BackgroundJobs.Execute("MethodName");


MethodName - The name of the exported procedure or the function of the non-global common module that can be executed on the server, in the form of the ModuleName.MethodName

 
#3
People who like this:0Yes/0No
Active user
Rating: 7
Joined: Nov 3, 2011
Company: 1C Company

Sebastian, unfortunately, the mobile platform does not support simultaneous execution of 2 background jobs.

 
#4
People who like this:0Yes/0No
Active user
1C:Professional
Rating: 3
Joined: Dec 4, 2015
Company: Smart ID Dynamics

Thank you, Yulia.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.