#include <batch.h>
Data Fields | |
PmPackage * | firstPackage |
First package in the batch. | |
PmPackage * | lastPackage |
Last package in the batch. | |
unsigned int | count |
Number of packages. | |
unsigned char | _checkingDeps |
Reserved. | |
unsigned char | _curStep |
Reserved. | |
unsigned char | _totalSteps |
Reserved. |
Operations, such as installing, can be performed on this batch of packages. Dependencies will be worked out among them, and the operation will not be performed on any of them unless it can work for all of them.
|
Reserved. Don't touch. |
|
Reserved. Don't touch. |
|
Reserved. Don't touch. |
|
Number of packages.
|
|
First package in the batch.
|
|
Last package in the batch.
|