Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently when close task event is received at Evaluator, TaskRuntime doesn't handle it. We need to add event handler for task close in TaskRuntime and call it when receiving task close event. That would allow Task to implement the task close event handler and bind it to TaskRuntime.