Initiates the shutting down of a package. Shutting down a package terminates that application’s process.
Syntax
object.ShutdownPackage(bstrPackageID)
Parameters
object
Required. An object variable that evaluates to a PackageUtil object.
BstrPackageID
Required. A string variable that evaluates to the PackageID of a Package CatalogObject.
Remarks
The ShutdownPackage method shuts down a single package process.
See the Using MTS Collections topic for a list of the MTS collections and their properties.