You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to properly track the status of a program. If the program exits, its last data remains displayed, and calling refresh does not work. Only reinitializing the System instance resolves the issue(Well, almost).
Here's an example code snippet to demonstrate the issue:
And as can be seen in the image, the new initialization correctly detects that the process is no longer running(not found), while refresh still considers the program to be Run.
I would like the process status to be tracked correctly.And I think my question aligns with this.
The text was updated successfully, but these errors were encountered:
I'm unable to properly track the status of a program. If the program exits, its last data remains displayed, and calling
refresh
does not work. Only reinitializing theSystem
instance resolves the issue(Well, almost).Here's an example code snippet to demonstrate the issue:
And as can be seen in the image, the new initialization correctly detects that the process is no longer running(
not found), while refresh still considers the program to be Run.I would like the process status to be tracked correctly.And I think my question aligns with this.
The text was updated successfully, but these errors were encountered: