Is there equivalent lockWait functionality in checkoutView?
I've got a workflow where I perform some checkoutView's at the end of the workflow and if the lock is not available I want to wait for a specified period of time for it to become available. I know I can do this in "checkoutObject", but I'd rather bundle this all into checkoutView. Is there some undocumented way to get checkoutView to behave the same as checkoutObject with the "lockWait" argument?

