We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exec
cancel
Both of these commands change the current context to / upon failure
/
/czechlight-system:authentication/users[name='root']> exec No RPC/action input in progress />
i.e., a cancel when no RPC is in progress:
/czechlight-system:authentication/users[name='root']> cancel />
...and also upon its successful termination:
(prepare: /czechlight-system:authentication/users[name='dwdm']/change-password) > exec RPC/action output: result = success />
...or when really successfully exiting the prepare context:
prepare
(prepare: /czechlight-system:authentication/users[name='dwdm']/change-password) > cancel />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both of these commands change the current context to
/
upon failurei.e., a
cancel
when no RPC is in progress:...and also upon its successful termination:
...or when really successfully exiting the
prepare
context:The text was updated successfully, but these errors were encountered: