Enum BrowserStatus
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Enumerates the possible statuses of a browser operation.
public enum BrowserStatus
Fields
Success = 0The operation was successful.
Timeout = 2The operation timed out.
UnknownError = 3An unknown error occurred during the operation.
UserCanceled = 1The user canceled the operation.