Task
abstract inner class Task(val taskType: TaskProcessingSystem.TaskType = TaskType.WORK) : ProcessModel.Entity(source)
Represents something that must be executed by a TaskProcessor.
Parameters
task Type
the type of task
Inheritors
Properties
Link copied to clipboard
The elapsed time taken by the task, end time minus start time
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The provider that supplied the task for processing
Link copied to clipboard
The process routine defined for the task.
Link copied to clipboard
The processor that executed the task's process
Link copied to clipboard