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, alecananian
 Last updated by: teoli,