Acknowledged

VA3 System.ExitTo()

The  System.ExitTo() call is not functioning in VA3 SW 6.90.  Note: I have not received the v7 SW roll out yet, but want to get this in the bug system.  

Parents
  • This started with the SW 6.90 of the VA3.  Worked ok in previous versions.  I'm getting feedback from users and can duplicate on my VA3.   Note this is shared code with other  CIQ(2.x+) devices and other devices behave as expected.  

    appid = manifest-id: IDNumber

    var targetApp = new System.Intent(appid);

    try

    {

     System.exitTo(targetApp);

    }

    catch(e)

    {

          do error stuff...

    }

Comment
  • This started with the SW 6.90 of the VA3.  Worked ok in previous versions.  I'm getting feedback from users and can duplicate on my VA3.   Note this is shared code with other  CIQ(2.x+) devices and other devices behave as expected.  

    appid = manifest-id: IDNumber

    var targetApp = new System.Intent(appid);

    try

    {

     System.exitTo(targetApp);

    }

    catch(e)

    {

          do error stuff...

    }

Children
No Data