How to abort vtkTIFFReader to read image files

I want to interrupt the vtkTIFFReader reading process through multithreading. Because my image file is very large and the reading process takes a long time, users want to have a way to stop it.

So I would like to ask if there is such an interface or method in the vtk to implement this function.Thanks a lot.