Difference of useBatchFinishListener and useBatchFinalizeListener #406
Answered
by
yoavniran
smartlightning
asked this question in
Q&A
-
From the documentation I don't understand what the difference between useBatchFinishListener and useBatchFinalizeListener is. Can someone please explain it to me? |
Beta Was this translation helpful? Give feedback.
Answered by
yoavniran
Sep 23, 2022
Replies: 1 comment
-
@smartlightning Finish is called when the uploading is done. Finalize is always called; no matter how uploading was terminated (success, error, abort, etc) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smartlightning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@smartlightning Finish is called when the uploading is done. Finalize is always called; no matter how uploading was terminated (success, error, abort, etc)
I will check the docs and see if I can make it clearer