ApprovableStatus
            
        : int
    
    
            
            in package
            
        
    
    
    
        
            Enum for keeping track of the status of an approval. An approval can be either 'unapproved' (the default state), 'approved', or 'rejected'.
Table of Contents
Cases
- Approved = 1
 - Rejected = 2
 - Unapproved