Task encapsulates functionality relating to Celery Tasks. The generic parameter T is the return type of the task to be called.
Task
Client#createTask
A Task that is ready to be applied.
A Result object. If ignoreResult is true or the client was created with a NullBackend, Result#get cannot be invoked.
Result
ignoreResult
NullBackend
Result#get
Generated using TypeDoc
Task
encapsulates functionality relating to Celery Tasks. The generic parameter T is the return type of the task to be called.Client#createTask