Hey, I couldn't find an API for DAG cancellation in the TezClient (I'm using a sessionized one). I guess since these aren't concurrent I just want to stop the currently executing one. I don't want to use tezClient.stop() because I want to reuse the session.
- Thad
