StiComponentProgressHelper Class

Namespace: Stimulsoft.Base.Helpers

Properties

Property Type Description
CurrentValue static float  

Methods

Method Returns Description
Add static void  
Contains static StiProgressStatus  
Dispose static void  
FetchAllComponents static List<IStiAppComponent>  
Init static void  
IsActiveProgress static bool  
IsHidenProgress static bool  
IsLongProgress static bool  
Remove static void  

Method Details

Add static

Add(comp: IStiAppComponent): void

Parameters


Contains static

Contains(comp: IStiAppComponent): StiProgressStatus

Parameters

Returns StiProgressStatus


Dispose static

Dispose(): void


FetchAllComponents static

FetchAllComponents(): List<IStiAppComponent>

Returns List<IStiAppComponent>


Init static

Init(): void


IsActiveProgress static

IsActiveProgress(status: StiProgressStatus): bool

Parameters

Returns bool


IsHidenProgress static

IsHidenProgress(tick: long): bool

Parameters

  • tick (long)

Returns bool


IsLongProgress static

IsLongProgress(tick: long): bool

Parameters

  • tick (long)

Returns bool


Remove static

Remove(comp: IStiAppComponent, lockCompledProgressr: bool): void

Parameters

Events

Event Type Description
CompletedProgress EventHandler  
Tick EventHandler  

Fields

Field Type Description
ProgressDelta float  
TimerInterval int