Enum WebPageCommandResultStatus
Variants of the results status for the web page commands.
public enum WebPageCommandResultStatus
- Extension Methods
Fields
Error = 0
Indicates that an error occurred when processing page command.
Invalid = 1
Indicates that the command data is in invalid state.
Success = 2
Command succeeded without any error.