Interface IProgressBarHelperShared
- Namespace
- SunamoShared._public.SunamoInterfaces.Interfaces
- Assembly
- SunamoShared.dll
Provides progress bar helper functionality for tracking operation progress.
public interface IProgressBarHelperShared
- Extension Methods
Methods
CreateInstance(object, double, object)
Creates a new progress bar helper instance.
IProgressBarHelperShared CreateInstance(object progressBar, double overall, object dispatcher)
Parameters
progressBarobjectThe progress bar control to update.
overalldoubleThe total value representing 100% progress.
dispatcherobjectThe UI dispatcher for thread-safe updates.
Returns
Done()
Marks the operation as fully completed.
void Done()
DonePartially()
Marks the operation as partially completed.
void DonePartially()