update_available
Description:
public signal void update_available (string running_commit, string local_commit, string remote_commit)
Emitted when updates monitoring is enabled and a new update is available.
It is only sent once with the same information, but it can be sent many times if new updates appear.
Parameters:
running_commit |
the commit that the sandbox is running with |
local_commit |
the commit that is currently deployed. Restarting the app will use this commit |
remote_commit |
the commit that is available as an update. Updating the app will deloy this commit |