01-31-2008 11:05 AM
01-31-2008 12:15 PM
Not sure I recall the exact name, but I there's a property node selection for something like "Run State" or "Execution State". It returns an enum with (I think) 4 possible values, "Idle", "Run Top Level", "Running", "Bad". You can verify that the vi is in "Idle" state before trying to run it again. I'm not sure if you can easily recover from "Bad" at run time -- I think it indicates things like a vi that has pending edits that haven't been saved.
-Kevin P.
01-31-2008 01:27 PM - edited 01-31-2008 01:28 PM