new Task()
Methods
-
execute()
-
This method represents the actual unit of work. Must be implemented by all concrete tasks.
Base class for representing tasks. A task is an isolated unit of work that is processed in an asynchronous way. Tasks are managed within a task queue.
This method represents the actual unit of work. Must be implemented by all concrete tasks.