feat: new task pipeline runner

This commit is contained in:
Folke Lemaitre 2022-11-28 11:04:32 +01:00
commit ab1b512545
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
7 changed files with 427 additions and 298 deletions

View file

@ -25,7 +25,7 @@ return {
{
filter = function(plugin)
return has_task(plugin, function(task)
return task.running
return task:is_running()
end)
end,
title = "Working",