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.
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