Exiting Runtime using Workflows

Runtime can be closed using the hotkey: Alt + F4. However, this feature can be disabled under Project Settings:

Once this is disabled, you can no longer use hotkeys to exit Runtime.

Using Workflows to Exit Runtime

  1. In Project Explorer go to Maps or Display layouts and double-click to open the Map or Display layout.
  2. Drag and drop a Button from the Toolbox grid to the location on the Display layout or Map where you want to place it. Rename it to indicate its purpose. Then click Save.
  3. In the Project Explorer grid right-click to add a new Background Workflow. Drag an Action Block from the Toolbox and connect all three blocks to create a valid Workflow.
  4. Add a Trigger to the Start Block by double-clicking it and finding the location of the button and setting the event to On Click .
  5. Next, double-click on the Action Block and under Objects click on Environment. Choose the Close Runtime() command.
  6. When the specified button is pressed, Runtime will now exit.