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
- comp (IStiAppComponent)
Contains static
Contains(comp: IStiAppComponent): StiProgressStatus
Parameters
- comp (IStiAppComponent)
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
- status (StiProgressStatus)
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
- comp (IStiAppComponent)
- lockCompledProgressr (bool)
Events
| Event | Type | Description |
|---|---|---|
| CompletedProgress | EventHandler | |
| Tick | EventHandler |
Fields
| Field | Type | Description |
|---|---|---|
| ProgressDelta | float | |
| TimerInterval | int |