Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ToolTask process start separated to another function (#9649)
Fix for #9404 Context We currently do not send the cancelation event to tasks being run by ToolTask, as such, many children task take a long time to cancel, and sometimes they finish executing before said cancelation. This change makes it possible for inherited classes to access the process and check the cancelation event during execution. Changes Made Separated the start of the process to another function that is overridable, as well as exposing the process information. Notes Issue will only be closed once C++ team has incorporated this change into the CustomBuild task.
- Loading branch information