An enum used to represent the possible results of executing an action.
Enum Constant Summary
-
SMPOpenUIActionResultUnknown –
The model is invalid and the action is not being processed at all.
-
SMPOpenUIActionResultBackup –
The action was backed out of by the user.
-
SMPOpenUIActionResultError –
There was an error when running the action.
-
SMPOpenUIActionResultCancel –
The action was canceled by user.
-
SMPOpenUIActionResultPending –
The action is still in progress and has not yet completed.
-
SMPOpenUIActionResultComplete –
The action completed successfully.