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