KestrunTaskService.SetTaskDescription method
Sets or updates the description of a task.
public bool SetTaskDescription(string id, string description)
| parameter | description |
|---|---|
| id | The task identifier. |
| description | The new description for the task. |
Return Value
True if the task was found and updated; false if not found.
See Also
- class KestrunTaskService
- namespace Kestrun.Tasks