In Configuration Manager, the SoftDistDownloadStartedEvent message is sent when the download for a package is completed. The message appears in Package Status in the Configuration Manager console.

SoftDistDownloadStartedEvent is derived from the SoftwareDistributionPackageEvent class, and each base class property must be set.

The text of the status message is:

%11Content download for the package "%4" - "%2" has completed successfully.%0

Properties

DummyString1

Data type: StringThis property does not have to be set.
DummyString3

Data type: StringThis property does not have to be set.
PackageId

Data type: StringDerived from SoftwareDistributionPackageEvent.
PackageName

Data type: StringDerived from SoftwareDistributionPackageEvent.
PackageVersion

Data type: StringDerived from SoftwareDistributionPackageEvent.

See Also