Class DeploymentStatus
- Namespace
- Dynamicweb.Deployment
- Assembly
- Dynamicweb.Core.dll
Represents the status of a deployment
- Inheritance
-
Deployment
Status
- Inherited Members
Properties
Message
Gets or sets the message.
Property Value
- string
The message.
State
Gets or sets the state of the deployment task.
Property Value
- Tracking
State The state of the deployment task.
Succeeded
Gets or sets a value indicating whether the deployment has succeeded.
Property Value
- bool
true
if succeeded; otherwise,false
.