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
AlphaBs edited this page Dec 14, 2021
·
4 revisions
FAQ
Get game outputs (logs)
You can read standard output of game process so that you can easily check process status and read game logs.
As CreateProcess method returns Process instance, you can use all APIs of Process. (reference)