public interface LocalInstallTaskOutput
Interface representing the result of a bundle installation task to a local bundle storage.
The interface provide access to each installation result in the form of a structured task result, as the installoperations are split up into subtasks.
Clients shouldn't implement this interface.
public StructuredListTaskResult | Gets the structured task result of the install worker tasks. |
Gets the structured task result of the install worker tasks.
Each element in the result is an instance of LocalInstallWorkerTaskOutput.
The install results.