LoadBundleTaskProgressRepresents a progress update or a final state from loading bundles. interface LoadBundleTaskProgress {bytesLoaded: number;documentsLoaded: number;taskState: TaskState;totalBytes: number;totalDocuments: number;}§Properties§bytesLoaded: number[src]How many bytes have been loaded. §documentsLoaded: number[src]How many documents have been loaded. §taskState: TaskState[src]Current task state. §totalBytes: number[src]How many bytes are in the bundle being loaded. §totalDocuments: number[src]How many documents are in the bundle being loaded.