KestrunTaskService.Get method
Gets a task by id.
public KrTask? Get(string id)
| parameter | description |
|---|---|
| id | The task identifier. |
Return Value
The task result, or null if not found.
See Also
- record KrTask
- class KestrunTaskService
- namespace Kestrun.Tasks
Gets a task by id.
public KrTask? Get(string id)
| parameter | description |
|---|---|
| id | The task identifier. |
The task result, or null if not found.