HelperFunctionsProgressBar Class |
Namespace: AHL
The HelperFunctionsProgressBar type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Cancel |
This method will cancel the task at hand (must be started).
|
![]() ![]() | GetWorker |
This method will return the Background Worker. Needed in the DoWork Delegate.
|
![]() ![]() | InitializeProgressBar(ActionObject, DoWorkEventArgs, ActionObject, ProgressChangedEventArgs) |
This method will initialize the BackGround Worker for the Progress Bar.
Calling this method is mandatory.
|
![]() ![]() | InitializeProgressBar(ActionObject, DoWorkEventArgs, ActionObject, ProgressChangedEventArgs, ActionObject, RunWorkerCompletedEventArgs) |
This method will initialize the BackGround Worker for the Progress Bar.
Calling this method is mandatory.
|
![]() ![]() | IsTaskCanceled |
This method will return the status true if the Task has been cancelled.
|
![]() ![]() | IsTaskFailed |
This method will return the status true if the Task has been failed.
|
![]() ![]() | IsTaskSucceded |
This method will return the status true if the Task has been completed successfully.
|
![]() ![]() | Start |
This method will start the BackGroundWorker, beginning the work.
|