OnPackageStart: Difference between revisions
From Onset Developer Wiki
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{ | {{PackageEvents}} |
Revision as of 09:21, 16 January 2020
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__