Deployment Tools Foundation
ActionResult Enumeration
Specifies a return status value for custom actions.

C# | Visual Basic | Visual C++ |
public enum ActionResult
Public Enumeration ActionResult
public enum class ActionResult

Member | Description |
---|---|
Success |
Action completed successfully.
|
SkipRemainingActions |
Skip remaining actions, not an error.
|
UserExit |
User terminated prematurely.
|
Failure |
Unrecoverable error or unhandled exception occurred.
|
NotExecuted |
Action not executed.
|