A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to influence Process exit code value called from MAUI app?
Dani_S
5,581
Reputation points
Hi,
Exit code could be zero(success) on non zero(not success).
I have application burn data that burn data in CDROM.
When user burn data in CDROM I got zero and when user close app without burn in CDROM it also return zero. for that case I want non zero value.
This my app:
https://www.codeproject.com/Articles/24544/Burning-and-Erasing-CD-DVD-Blu-ray-Media-with-C-an
How is can be done?
Thanks in advance,
Developer technologies | .NET | .NET Multi-platform App UI
Developer technologies | .NET | .NET Multi-platform App UI
Sign in to answer