Field ContinueFunc
Gets or sets the function which is called to check whether to continue the conversion. You can return False to stop the conversion. This function is called from the main thread so it can access UI elements.
public Func<bool> ContinueFunc