import"sbIJobCancelable.idl";
Public Member Functions | |
| void | cancel () |
| Attempt to cancel the job Throws NS_ERROR_FAILURE if canceling fails. More... | |
Public Attributes | |
| readonly attribute boolean | canCancel |
| True if it is possible to cancel the job. More... | |
Definition at line 30 of file sbIJobCancelable.idl.
| void sbIJobCancelable::cancel | ( | ) |
Attempt to cancel the job Throws NS_ERROR_FAILURE if canceling fails.
| readonly attribute boolean sbIJobCancelable::canCancel |
True if it is possible to cancel the job.
Definition at line 35 of file sbIJobCancelable.idl.