Description
Hides the main output window when running FreeFlyer. This hides the Output Workspace and any constrained output windows. Unconstrained output windows are shown. The hidden windows can be accessed by right-clicking on the FreeFlyer icon in the system tray.
Forms
•--hide-main-output-window
•-hmow |
Usage
ff --mission-plan <PATH TO FILE> --windowed-output-mode <WindowedOutputMode: show-waiting-on-ff-stop|show-closing-on-ff-stop|image-generation-only> --hide-main-output-window
|
Example
Show unconstrained output windows and hide the main output window, waiting to end execution until the user chooses to continue
FF.exe -mp default.MissionPlan -wom show-waiting-on-ff-stop -hmow
|
|
|