We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create a task object based on job function. If parent task given, the job will execute only after the parent task was done.
Call the callback with the job result when the job is done.
Stop the task while it running. All the results will be set with error.
Run the task, call the callback with the job result when the job is done.