How to monitor process spawned using launchUriAsync from WinJs

Sean D

As per the title I am running an app through a URI call and I would like to know when the app has finished running and been terminated. The app is a 3rd party app and it doesn't have a return value that I could use.

Elvis Xia - MSFT

I would like to know when the app has finished running and been terminated.

This is not a recommended implementation for a standard UWP app and this is impossible for UWP.

A standard app in a security context should not control or monitor the lifecycle of other apps. User and system should take the responsibility.

We can find some clues from the correlation between the lifecycle changes for these two UWP app, but there is no perfect way to fit this scenario. Not only UWP, but also other popular Platform, this is the same, see here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Using a timer changes the error message received from an exiting spawned process

From Dev

why there is not output from spawned process show using escript

From Dev

How do I get the pid of a spawned process using pexpect?

From Dev

How do I get the pid of a spawned process using pexpect?

From Dev

Expect: How to get the exit code from spawned process

From Dev

mount fails from spawned process

From Dev

How can a process be blocking another process (that it spawned)?

From Dev

How to monitor Java process using SNMP

From Dev

Testing captured IO from a spawned process

From Dev

Not receiving stdout from nodejs spawned process

From Dev

How to detect if a Node spawned process is still running?

From Dev

Monitor a Process using NETSTAT

From Dev

How do I preserve colors in the console when running a script from a spawned child process?

From Dev

How to kill all child processes spawned by a process started from a script on kill or kill -9

From Dev

Node Kue and Child Process - get error from spawned process

From Dev

How to target WP8.0 using VS2013, using Navigator from WinJS and BarcodeScanner from Cordova

From Dev

How to monitor process creation and statistics using kernel module

From Dev

How to monitor delays(background process) in Java Swing Application using jprogressbar

From Dev

How to monitor Camel in-flight messages from outside of the process

From Dev

Using wait on spawned rsync process stops rsync in expect

From Dev

Unable to pipe to or from spawned child process more than once

From Dev

Closing pipe does not interrupt read() in child process spawned from thread

From Dev

Get process ids of all spawned processes from xargs

From Dev

Spawned process from java inherits parent socket on FreeBSD

From Dev

How to wait on all child (and grandchild etc) process spawned by a script

From Dev

How to get the exit code of spawned process in expect shell script?

From Dev

How to replace node.js process with spawned child?

From Dev

How to get the output of a spawned child_process in Node.JS?

From Dev

How to get list of all child process spawned by a script

Related Related

  1. 1

    Using a timer changes the error message received from an exiting spawned process

  2. 2

    why there is not output from spawned process show using escript

  3. 3

    How do I get the pid of a spawned process using pexpect?

  4. 4

    How do I get the pid of a spawned process using pexpect?

  5. 5

    Expect: How to get the exit code from spawned process

  6. 6

    mount fails from spawned process

  7. 7

    How can a process be blocking another process (that it spawned)?

  8. 8

    How to monitor Java process using SNMP

  9. 9

    Testing captured IO from a spawned process

  10. 10

    Not receiving stdout from nodejs spawned process

  11. 11

    How to detect if a Node spawned process is still running?

  12. 12

    Monitor a Process using NETSTAT

  13. 13

    How do I preserve colors in the console when running a script from a spawned child process?

  14. 14

    How to kill all child processes spawned by a process started from a script on kill or kill -9

  15. 15

    Node Kue and Child Process - get error from spawned process

  16. 16

    How to target WP8.0 using VS2013, using Navigator from WinJS and BarcodeScanner from Cordova

  17. 17

    How to monitor process creation and statistics using kernel module

  18. 18

    How to monitor delays(background process) in Java Swing Application using jprogressbar

  19. 19

    How to monitor Camel in-flight messages from outside of the process

  20. 20

    Using wait on spawned rsync process stops rsync in expect

  21. 21

    Unable to pipe to or from spawned child process more than once

  22. 22

    Closing pipe does not interrupt read() in child process spawned from thread

  23. 23

    Get process ids of all spawned processes from xargs

  24. 24

    Spawned process from java inherits parent socket on FreeBSD

  25. 25

    How to wait on all child (and grandchild etc) process spawned by a script

  26. 26

    How to get the exit code of spawned process in expect shell script?

  27. 27

    How to replace node.js process with spawned child?

  28. 28

    How to get the output of a spawned child_process in Node.JS?

  29. 29

    How to get list of all child process spawned by a script

HotTag

Archive