This node lets you return from a modal operator. Use this node attached to the modal output of a modal operator node.
Finish: If this is selected, the modal operator is finished successfully
Cancel: If this is selected, the modal operator is canceled
Interactive: If this is selected, for this iteration of the modal, events can pass through to other blender operators. This allows certain actions to be performed. You can use this to allow certain shortcuts while your modal is running. This will not stop your modal
Not Interactive: If this is selected, for this iteration of the modal, events can not pass through to other blender operators. This allows you to block certain actions. This will not stop your modal.
Default Escape: If this is enabled and the user has pressed ESC or Rightclick, the modal will stop running.