OnPackageStart
From Onset Developer Wiki
Description
Package was started and its scripts loaded. Use this event to initialize your script. For instance connecting to a database.
Syntax
OnPackageStart()
Example
__EDIT_ME__
OnPackageStart Type: Event |
Package was started and its scripts loaded. Use this event to initialize your script. For instance connecting to a database.
OnPackageStart()
__EDIT_ME__