Answers for "ignition client close"

0

ignition client close

# 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