184
edits
(→C++: Replaced [getRunLevel()] by several methods.) |
(→C++) |
||
| Line 86: | Line 86: | ||
* @param task A task to executed. | * @param task A task to executed. | ||
* @param flags | * @param flags | ||
* @param result An abstract value representing the task. Can be used for debugging purposes or to register another task to be executed after this one. | * @param result An abstract value representing the task. Can be used for debugging purposes or to register another task to be executed after this one. If [nsnull], ignored. | ||
*/ | */ | ||
nsresult registerTask(nsIRunnable* task, int flags = 0, nsIQueuedTask** result = nsnull); | nsresult registerTask(nsIRunnable* task, int flags = 0, nsIQueuedTask** result = nsnull); | ||
edits