Answers for "ignition client close button"

0

ignition client close button

# This code would exit the client after confirming with the user.
if system.gui.confirm("Are you sure you want to exit?"):
   system.util.exit()
Posted by: Guest on January-31-2022

Browse Popular Code Answers by Language