Enum Status
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Enumeration representing the status of an entity (unset, created, completed, or cancelled).
public enum Status : byte
Fields
CANCELLED = 3
The entity is cancelled.
COMPLETED = 2
The entity is completed.
CREATED = 1
The entity is created.
UNSET = 0
The status is not set.