Evaluates taskKey and returns the new State and the result of the task wrapped in Some.
Evaluates taskKey and returns the new State and the result of the task wrapped in Some.
If the task is not defined, None is returned. The provided task key is resolved against the current project ref.
Task execution is configured according to settings defined in the loaded project.
Evaluates taskKey and returns the new State and the result of the task wrapped in Some.
Evaluates taskKey and returns the new State and the result of the task wrapped in Some.
If the task is not defined, None is returned. The provided task key is resolved against the current project ref.
config configures concurrency and canceling of task execution.
(Since version 0.13.5) Use EvaluateTaskConfig option instead.
(Since version 0.13.0) Use extractedTaskConfig.
(Since version 0.13.0) Use extractedTaskConfig.
(Since version 0.11.1) This method does not apply state changes requested during task execution and does not honor concurrent execution restrictions. Use 'apply' instead.
(Since version 0.13.5) Use other extractedTaskConfig
(Since version 0.13.2) Use other extractedTaskConfig
(Since version 0.13.5) Use new EvaluateTaskConfig option to runTask