Status of an Installation Step

Namespace: DotNetNuke.Services.Upgrade.Internals.Steps
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public enum StepStatus
Visual Basic
Public Enumeration StepStatus

Members

Member nameValueDescription
NotStarted0 Step not Started yet.
Running1 Step is running.
Done2 Step is done and was successful.
Retry3 Step failed. Retry the existing step.
Abort4 Step failed. Abort the next step.
AppRestart5 Step resulted in Application Restart. You should redirect to the same page.

See Also