IDeploymentContext.IsCanceled Property

Definition

Gets whether the deployment was canceled by the user.

public:
 property bool IsCanceled { bool get(); };
public bool IsCanceled { get; }
member this.IsCanceled : bool
Public ReadOnly Property IsCanceled As Boolean

Property Value

true if the deployment was canceled by the user; otherwise, false.

Applies to