Process.gui

Set the GUI flag.

This flag indicates on Windows systems that the CREATE_NO_WINDOW flag should be set on CreateProcess. Although this is a specific windows flag, it is present on posix systems as a noop for compatibility.

Without this flag, a console window will be allocated if it doesn't already exist.

  1. bool gui()
  2. bool gui(bool value)
    class Process
    bool
    gui
    (
    bool value
    )

Meta