42.3 PUSH_QUEUE Procedure

This procedure triggers the database job to send all push notifications in the queue.

Syntax

APEX_PWA.PUSH_QUEUE;

Parameters

None.

Example

BEGIN
    apex_pwa.push_queue;
END;