Types
Callback interface for listening to ProgressSession progress updates.
Properties
Returns true
if this session was cancelled by invocation of cancel.
Returns true
if this session has ran to completion without cancelling.
Functions
Adds a ProgressListener to this session if it's not registered yet and appends the subscription to the subscriptions bag. The listener will be notified with current progress immediately upon registering.
Adds a StateListener to this session if it's not registered yet and appends the subscription to the subscriptions bag. The listener will be notified with current state immediately upon registering.
Commits everything that was prepared in the session. This will launch user's confirmation of installation or uninstallation.
Removes the provided ProgressListener from this session.
Removes the provided StateListener from this session.