[FAQ000073]Why doesn’t the "Quit Action Set" action quit the action when I run it?

Q

Why doesn’t the action end when "Quit Action Set" is executed in an action set called
from another action set?

For example, if you call it with "Execute sheet action", only the action set of the caller will be terminated,
not the action set of the caller.

A

The "Quit Action Set" action will suspend and quit the running action set only.

In the case of your example, if you call it with "Execute sheet action", only the destination action set will be terminated,
but the caller action set will not be terminated, and the subsequent processing will continue to run.

If you want to stop to the action set of the caller, you can prepare a cell that will manage whether or not the termination is performed,
and control the execution using an action that judges the condition such as "If__then".