EventPlugin.Status Property

This property returns a Long value indicating the current status of the plug-in.

Syntax

NSUnicastMgr.EventPlugin.Status

Remarks

The value returned by this property is a combination of the following:

Value Mnemonic Description
1 NSOADM_PLUGIN_ERROR Indicates a fatal error occurred and the plug-in could not be loaded.
2 NSOADM_PLUGIN_LOADED Indicates the plug-in loaded successfully.
4 NSOADM_PLUGIN_ENABLED Indicates the plug-in is enabled (i.e., it will be used by the server).
8 NSOADM_PLUGIN_RUNNING Indicates the plug-in is up and 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

LastError

© 1996-1998 Microsoft Corporation. All rights reserved.