ActionEventArgs.Status Property

 

Gets the object that holds the status information.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public AsyncStatus Status { get; }
public:
property AsyncStatus^ Status {
    AsyncStatus^ get();
}
member Status : AsyncStatus with get
Public ReadOnly Property Status As AsyncStatus

Property Value

Type: Microsoft.ManagementConsole.AsyncStatus

The status

See Also

ActionEventArgs Class
Microsoft.ManagementConsole Namespace

Return to top