The Fuzzer does not have the information necessary to determine that
something is being executed or not, it simply replaces payloads in the
message(s), sends them, and shows them.
It's the user that needs to analyse and decide if something is being
executed or not (or whatever test is being done). You can use a HTTP
Fuzzer Processor script to automate the analysis though (show or ignore
messages based on certain conditions).
https://github.com/zaproxy/community-scripts/tree/main/httpfuzzerprocessor
Best regards.