CustomStatus.Start Method (ScopeNode)
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