Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 549 Bytes

File metadata and controls

22 lines (14 loc) · 549 Bytes

TeamStatus

whether this team is fully processed or there are still unprocessed operations that'll affect it

Example Usage

from glean.api_client.models import TeamStatus

value = TeamStatus.PROCESSED

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
PROCESSED PROCESSED
QUEUED_FOR_CREATION QUEUED_FOR_CREATION
QUEUED_FOR_DELETION QUEUED_FOR_DELETION