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

In This Topic
    Progress Class Members
    In This Topic

    The following tables list the members exposed by Progress.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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