Recent content by Sinbad3D

  1. S

    OnEnd() - how to tell when aborted

    OK thanks - might be a good idea for a future version to have an OnAbort() callback?
  2. S

    OnEnd() - how to tell when aborted

    I'm having a small issue: I want to know when my task was aborted by another task rather than completing itself. OnEnd() has no arguments, and NodeData.ExecutionStatus always returns TaskStatus.Running regardless of how the action was ended. Obviously when I end my own task by returning...
Top