Eplan Platform API
Eplan.EplApi.Base Namespace / Progress Class

In This Topic
Progress Class Methods
In This Topic

For a list of all members of this type, see Progress members.

Public Methods
 NameDescription
Public MethodStarts a new segment. All parallel segments should result in a sum of 100%.  
Public MethodQueries whether the operation was canceled.  
Public MethodDestructor for deterministic finalization of Progress object.  
Public MethodOverloaded. Ends segment and closes the window when it is not used. Don't forget to call it at the end, otherwise a progress dialog may lock P8.  
Public MethodFor internal use only.  
Public MethodSets a new action text.  
Public MethodAllows canceling.  
Public MethodAsks to confirm the cancel request.  
Public MethodSpecifies how many segments are required.  
Public MethodIndicates how many steps are required to reach 100%. E.g. used for loops.  
Public MethodSets a new action text.  
Public MethodSets the title of the progress bar.  
Public MethodShows the progress bar without any further delay. When ShowImmediately isnt't called the dialog appears later (with delay), it prevents the dialog to show unnecessarily (to prevent that the progress flickers up for a short running actions).  
Public MethodSpecifies the nesting level up to which a display is made.  
Public MethodUses a step  
Top
See Also