Previous | Next |
Returns a Long value indicating the current status of the plug-in.
Syntax
NSUnicastMgr.EventPlugin.Status
Remarks
The value that is returned by this property is a combination of the following values.
Value | Mnemonic | Description |
1 | NSOADM_PLUGIN_ERROR | Indicates a fatal error occurred, and the plug-in cannot be loaded. |
2 | NSOADM_PLUGIN_LOADED | Indicates the plug-in was loaded successfully. |
4 | NSOADM_PLUGIN_ENABLED | Indicates the plug-in is enabled (that is, it can be used by the server). |
8 | NSOADM_PLUGIN_RUNNING | Indicates the plug-in is running successfully. |
16 | NSOADM_PLUGIN_LOAD_NEXT_RESTART | Indicates the plug-in will be enabled when the server is restarted. |
32 | NSOADM_PLUGIN_UNLOAD_NEXT_RESTART | Indicates the plug-in will be unloaded when the server is restarted. |
See Also
Previous | Next |