Getting Started
Working On Firefox
Firefox User Guide
Source Code Documentation
The Firefox Build System
Testing & Test Infrastructure
Releases & Updates
Localization & Internationalization
Firefox and Python
Metrics Collected in Firefox
Blocks the current thread until a job has completed.
#include <prtpool.h> NSPR_API(PRStatus) PR_JoinJob(PRJob *job);
The function has the following parameter:
job
A pointer to a PRJob structure returned by a PR_QueueJob function representing the job to be cancelled.
PRStatus