Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 408 B image not shown  

Quelle  pr_joinjob.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PR_JoinJob
==========

Blocks the current thread until a job has completed.


Syntax
------

.. code::

   #include <prtpool.h>

   NSPR_API(PRStatus) PR_JoinJob(PRJob *job);


Parameter
~~~~~~~~~

The function has the following parameter:

``job``
   A pointer to a :ref:`PRJob` structure returned by a :ref:`PR_QueueJob`
   function representing the job to be cancelled.


Returns
~~~~~~~

:ref:`PRStatus`

[ Dauer der Verarbeitung: 0.24 Sekunden  ]