Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_CancelJob

Causes a previously queued job to be canceled.

Syntax

#include <prtpool.h>

NSPR_API(PRStatus) PR_CancelJob(PRJob *job);

Parameter

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.

Returns

PRStatus

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,