Uses of Class
com.iizix.WorkerTask
Uses of WorkerTask in com.iizix
Modifier and TypeMethodDescriptionvoid
WorkerTaskEnded.onTaskEnded
(WorkerTask<I, P, R> task) Called when the worker task has completed.boolean
Worker.post
(WorkerTask<?, ?, ?> task) Posts a task for execution at a later stage.boolean
Worker.postAndWait
(WorkerTask<?, ?, ?> task) Posts a task for execution at a later stage and waits for it's completion.boolean
Worker.postModalWait
(WorkerTask<?, ?, ?> task) Posts a task for execution at a later stage and waits for it's completion when a call torelaseModal(modalID,result)
is called.Uses of WorkerTask in com.iizix.prop.vs
Modifier and TypeMethodDescriptiondefault void
IVSActionProcessComplete.onTaskEnded
(WorkerTask<VSAction, VSActionTXProcess, Throwable> task) Called when the worker task has completed.