Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > For command sequences, as a heuristic, the sequence is declared > enabled if the first action is enabled. This is not correct, but I do > not have a better idea.
Why don't you loop over all commands in the sequence and establish if any actions are disabled? There are no if-blocks to complicate the logic. Angus