SMPOpenUIActionResult enumeration

An enum used to represent the possible results of executing an action.

Syntax

enum SMPOpenUIActionResult

Members

Member name Description Value
SMPOpenUIActionResultUnknown The model is invalid and the action is not being processed at all. -1
SMPOpenUIActionResultBackup The action was backed out of by the user. 0
SMPOpenUIActionResultError There was an error when running the action. 1
SMPOpenUIActionResultCancel The action was canceled by user. 2
SMPOpenUIActionResultPending The action is still in progress and has not yet completed. 3
SMPOpenUIActionResultComplete The action completed successfully. 4