MessagePriority
Description:
[ CCode ( cprefix = "SOUP_MESSAGE_PRIORITY_" , type_id = "soup_message_priority_get_type ()" ) ]
public enum MessagePriority
Priorities that can be set on a [class@Message] to instruct the message queue to process it before any other message with lower priority.
Content:
Enum values:
- HIGH - High priority, a
Message with this priority will be processed before the ones with the default
priority.
- LOW - Use this for low priority
messages, a Message with the default priority will be processed first.
- NORMAL - The default priotity,
this is the priority assigned to the Message by default.
- VERY_HIGH - The highest
priority, use this for very urgent Message as they will be the first ones to be
attended.
- VERY_LOW - The lowest
priority, the messages with this priority will be the last ones to be attended.