You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the usecase described in #671 (comment), it would be useful to expose a DBus method to allow external consumers to request a graceful agent reset (e.g in order to switch to a different configuration).
In general it isn't always possible to gracefully reset, for example it may not be allowed when the agent is already finalizing an update.
Thus we first need to identify valid reset states/points, and intermix the reset signal with the existing state-machine ticking.
The text was updated successfully, but these errors were encountered:
For the usecase described in #671 (comment), it would be useful to expose a DBus method to allow external consumers to request a graceful agent reset (e.g in order to switch to a different configuration).
In general it isn't always possible to gracefully reset, for example it may not be allowed when the agent is already finalizing an update.
Thus we first need to identify valid reset states/points, and intermix the reset signal with the existing state-machine ticking.
The text was updated successfully, but these errors were encountered: