Be sure to read this written by Chinajade: TreeSharp: Overview - Buddy Wiki
It contains great information about the behavior tree.
Briefly said, the priority selector executes its children until one of them returns success, then returns success to its parent. If no child returns success, it returns failure to its parent.