omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Call script to run in background?

    Pythonista
    2
    2
    562
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Bozmo
      Bozmo last edited by

      However I call the script, it seems to always launch Pythonista App before it runs the script. Is it possible to run the scrip in the background without switching to the Pythonista App in the foreground?

      A work around could be to script it to go to Home Screen after script complete, is this possible?

      Any advice would be appreciated, thanks!

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @Bozmo last edited by

        @Bozmo try to end your script with

        os.abort()
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors