Previous | Next |
Returns a Long value specifying the current status of the Authentication plug-in.
Syntax
NSUnicastMgr.AuthenticationPlugins[.Item](Index).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. |
10 | NSOADM_PLUGIN_LOAD_NEXT_RESTART | Indicates the plug-in will be enabled when the server is restarted. |
20 | NSOADM_PLUGIN_UNLOAD_NEXT_RESTART | Indicates the plug-in will be unloaded when the server is restarted. |
Previous | Next |