A Sandcastle Documented Class Library
PluginScriptLoadType Enumeration |
Used to determine the loading status of a Plugin Script file
Namespace: AdiIRCAPIv2.Enumerators
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Starting | 0 | Indicates the script file is loaded during plugin load | |
Loading | 1 | Indicates the script file is loading for the first time | |
Reloading | 2 | Indicates the script file is reloading |
See Also