How do I update the task progress for an AbstractFileLevelAutomaticTask class? I've tried calling OnFileProgress, but this seems to be ignored. I assume that its meant to work in the same way as the AbstractFileContentProcessingAutomaticTask class, with the ProcessFile() caller taking care of it?
I dont need to/want to use the file content mechanism for this task as it takes nearly twice a long to complete.
Thanks
Alan