Occurs when the status of an export package is changed by a user.
Syntax
ExportPackage_ChangeState(Package, PreviousState, User)
Name | Description |
---|---|
Package |
An object that represents the export package. |
PreviousState |
The previous state of the export package represented by one of the AS_EXPORTPACKAGE_STATUS_VALUES constants. |
User |
The name of the user that changed the package status. |
Remarks
This event is currently not implemented in Meridian Enterprise Server and should not be used.
Related concepts