Get progress information from ObjectTypeOperations.RefreshExternalObjectType

We have a VAF function (TaskProcessor) that triggers refreshes of external object types in an interval.
Now we face the problem, that if it takes longer than the interval to finish a refresh, the old refresh is aborted and restarted. We would like to check the progress of the refresh and only start a new refresh when the previous one is done.
We appreciate any help and a code snippet would be great.

Parents
  • We have a tracker item that relates to this: 171137.  Work on this has already been done and it should come out in the December release.  This specifically deals with the fact that quick refreshes can cancel a full refresh.  I wonder what type you're using here.

    I would also query why you are using this approach rather than simply altering the default refresh timing behaviour using the Advanced Vault Settings.  Can you give me some more information on that?

Reply
  • We have a tracker item that relates to this: 171137.  Work on this has already been done and it should come out in the December release.  This specifically deals with the fact that quick refreshes can cancel a full refresh.  I wonder what type you're using here.

    I would also query why you are using this approach rather than simply altering the default refresh timing behaviour using the Advanced Vault Settings.  Can you give me some more information on that?

Children
No Data