KestrunTaskService.StartAsync method

Starts a previously created task by id, and awaits its completion.

public Task<bool> StartAsync(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