DeploymentResult.Status Property

Definition

Gets the deployment status of the Windows App SDK runtime that is currently loaded.

public:
 property DeploymentStatus Status { DeploymentStatus get(); };
DeploymentStatus Status();
public DeploymentStatus Status { get; }
var deploymentStatus = deploymentResult.status;
Public ReadOnly Property Status As DeploymentStatus

Property Value

The deployment status of the Windows App SDK runtime that is currently loaded.

Applies to

See also