List of Global Functions
Create - Create a new Progress Widget
DeleteFile - Only for DownloadProgress !! Delete the progress file.
Fill - Fills the global-progress-bar with 100%.
Increase - This method is called after one detection function is successfully executed. It shows the continuous progress to the user with the global progress bar.
Reset - Reset module settings.
SetFile - Specifies a new filename for the DownloadProgress widget.
SetLabel - Set the label of a progress-bar to the specified one.
SetLength - Set the length of a progress bar.
SetSteps - Set the Steps of a normal ProgressBar Widget.
List of Global Variables
length - The length of a ProgressBar
Create a new Progress Widget
Function parameters
symbol id
string label
integer steps
boolean downloadprogress
Return value
term
Only for DownloadProgress !! Delete the progress file.
Function parameters
string file
Return value
boolean
Fills the global-progress-bar with 100%.
Function parameters
symbol id
Return value
boolean - True if the progress value was increased successfully.
This method is called after one detection function is successfully executed. It shows the continuous progress to the user with the global progress bar.
Function parameters
symbol id
Return value
boolean - True if the progress value was increased successfully.
Specifies a new filename for the DownloadProgress widget.
Function parameters
symbol id
string new_file
Return value
boolean
Set the label of a progress-bar to the specified one.
Function parameters
symbol id
string new_label
Return value
boolean - boolen True if the label was set correctly.
Set the length of a progress bar.
Function parameters
symbol id
integer new_length
Return value
boolean