getSessionAsync

abstract fun getSessionAsync(sessionId: UUID): ListenableFuture<ProgressSession<InstallFailure>?>

Returns an install session which matches the provided sessionId, or null if not found.

Cancelling this future is a no-op.

Return

ListenableFuture of ProgressSession.