model: do not assume THREAD_FINISH is always the last action
authorBrian Norris <banorris@uci.edu>
Wed, 3 Oct 2012 22:36:26 +0000 (15:36 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 3 Oct 2012 22:36:26 +0000 (15:36 -0700)
It's possible that there will be special fixup ModelActions added, so
just use the Thread::is_complete() method to check for a completed
Thread.


No differences found