Method | Description | |
---|---|---|
Clear ( ) : bool | ||
ClearCompleted ( ) : bool | ||
DeleteJob ( |
||
DoJob ( |
Run job on Task factory
|
|
JobRunner ( ) : System |
Init the JobRunner, changes on these settings require app restart: - ConcurrentJob
|
|
NotifyAllCompleted ( System.Action action ) : void |
Notify all task completed callback
|
Method | Description | |
---|---|---|
HandleJobException ( |
||
SaveImageToDB ( |
||
addException ( |
||
doImageJob ( |
Process individual image.
|
|
doMemberJob ( |
Process images from member page.
|
|
doSearchJob ( |
Process images from search result.
|
|
downloadUrl ( |
Download the image to the specified filename from the Job.
|
|
isJobCancelled ( |
||
processIllustration ( |
||
processImage ( |
Parse the image page - Illustration - Manga
|
|
processManga ( |
public DeleteJob ( |
||
job | ||
return | bool |
public DoJob ( |
||
job | ||
cancelSource | ||
return | void |
public NotifyAllCompleted ( System.Action action ) : void | ||
action | System.Action | |
return | void |