AsyncStatus.EnableManualCompletion Method ()
Enables manual completion of the status display. The execution handler is allowed to return without completing the status message.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void EnableManualCompletion()
public:
void EnableManualCompletion()
member EnableManualCompletion : unit -> unit
Public Sub EnableManualCompletion
See Also
AsyncStatus Class
Microsoft.ManagementConsole Namespace
Return to top