Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Begins the display of the status of custom background operations in the status bar for a scope node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Start(
ScopeNode owner
)
public:
void Start(
ScopeNode^ owner
)
member Start :
owner:ScopeNode -> unit
Public Sub Start (
owner As ScopeNode
)
Parameters
owner
Type: Microsoft.ManagementConsole.ScopeNodeThe owner scope node.
See Also
CustomStatus Class
Microsoft.ManagementConsole Namespace
Return to top