Which variable in an EEM applet is set when you use the sync yes option?
A.
$_cli_result
B.
$_result
C.
$_string_result
D.
$_exit_status
Which variable in an EEM applet is set when you use the sync yes option?
Which variable in an EEM applet is set when you use the sync yes option?
A.
$_cli_result
B.
$_result
C.
$_string_result
D.
$_exit_status
Synchronous publishing of CLI events–The CLI command is not executed until the EEM policy exits, and the EEM policy can control whether the command is executed. The read/write variable,_exit_status, allows you to set the exit status at policy exit for policies triggered from synchronous events. If _exit_status is 0, the command is skipped, if _exit_status is 1, the command is run.