KestrunTaskService.Start method
Starts a previously created task by id.
public bool Start(string id)
| parameter | description |
|---|---|
| id | The task identifier. |
Return Value
True if the task was found and started; false if not found or already started.
See Also
- class KestrunTaskService
- namespace Kestrun.Tasks