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
Currently the event status sequence, when downloading an artifact is STARTED, DOWNLOADING(without a progress parameter set), DOWNLOADING(with progress set at 100%), DOWNLOADED. It seems more informative to set a progress to 0, when sending the first DOWNLOADING status event.
When installing an artifact, additional events are generated: INSTALLING, INSTALLED. Both of them do not include a progress parameter. It seems more informative to set the progress to 0 and 100, respectively.