Gjsify LogoGjsify Logo

Priorities that can be set on a #SoupMessage to instruct the message queue to process it before any other message with lower priority.

Index

Enumeration Members

HIGH: number

High priority, a #SoupMessage with this priority will be processed before the ones with the default priority.

LOW: number

Use this for low priority messages, a #SoupMessage with the default priority will be processed first.

NORMAL: number

The default priotity, this is the priority assigned to the #SoupMessage by default.

VERY_HIGH: number

The highest priority, use this for very urgent #SoupMessage as they will be the first ones to be attended.

VERY_LOW: number

The lowest priority, the messages with this priority will be the last ones to be attended.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method