Which variable in an EEM applet is set when you use the sync yes option?

Posted by: Pdfprep Category: 350-401 Tags: , ,

Which variable in an EEM applet is set when you use the sync yes option?
A . $_cli_result
B . $_exit_status
C . $_string_result
D . $_result

Answer: B

Explanation:

With Synchronous (sync yes), the CLI command in question is not executed until the policy exits. Whether or not the command runs depends on the value for the variable _exit_status. If _exit_status is 1, the command runs, if it is 0, the command is skipped.

Leave a Reply

Your email address will not be published.