API Help
Eplan.EplApi.Base Namespace / IEplProgress Interface
Methods

In This Topic
    IEplProgress Interface Members
    In This Topic

    The following tables list the members exposed by IEplProgress.

    Public Methods
     NameDescription
     MethodThe begin of a new progress part. Perhaps you want to set a new actiontext for this part!  
     MethodReturn true when the user pressed the cancel button  
     MethodCreate the progress Window  
     MethodRemove the progress window again  
     MethodOne progress part ends. Perhaps you want to set a new actiontext for this part!  
     MethodGet the level count this progress supports.  
     MethodGet the Title of the progress window.  
     MethodRegister the progreess  
     MethodThe cancel was resetted.  
     MethodSet the action text for the current progress (This is the level 1)  
     MethodThis progress supports cancel or not. Disable the close button of a progress when cancel is not allowed!  
     MethodSet the action text for the complete progress (This is the level 2)  
     MethodThe actual stepping of the progress. The function is called for every level the progress supports.  
     MethodSet the Title of the progress window.  
    Top
    See Also