Table of Contents

Class DeploymentStatus

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Core.dll

Represents the status of a deployment

public class DeploymentStatus
Inheritance
DeploymentStatus
Inherited Members

Properties

Message

Gets or sets the message.

public string Message { get; set; }

Property Value

string

The message.

State

Gets or sets the state of the deployment task.

public TrackingState State { get; set; }

Property Value

TrackingState

The state of the deployment task.

Succeeded

Gets or sets a value indicating whether the deployment has succeeded.

public bool Succeeded { get; set; }

Property Value

bool

true if succeeded; otherwise, false.

To top