Status.Complete Method (String, Boolean)
Called to finish showing the status for a scope node on the status bar.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Complete(
string completionText,
bool success
)
public:
void Complete(
String^ completionText,
bool success
)
member Complete :
completionText:string *
success:bool -> unit
Public Sub Complete (
completionText As String,
success As Boolean
)
Parameters
completionText
Type: System.StringThe text that is shown in the UI when the operation is complete.
success
Type: System.BooleanTrue if the operation is completed successfully.
See Also
Status Class
Microsoft.ManagementConsole Namespace
Return to top