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

In This Topic
    IEplProgress Interface
    In This Topic
    Interface declaration for a progress. When a progress is to be registered for an add-in (an assembly) in the system, this interface must be implemented by a class of the add-in.
    Syntax
    public interface IEplProgress 
    public interface class 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