Status of an Installation Step
Namespace: DotNetNuke.Services.Upgrade.Internals.StepsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public enum StepStatus |
Visual Basic |
---|
Public Enumeration StepStatus |
Members
Member name | Value | Description | |
---|---|---|---|
NotStarted | 0 | Step not Started yet. | |
Running | 1 | Step is running. | |
Done | 2 | Step is done and was successful. | |
Retry | 3 | Step failed. Retry the existing step. | |
Abort | 4 | Step failed. Abort the next step. | |
AppRestart | 5 | Step resulted in Application Restart. You should redirect to the same page. |