| Package | org.vostokframework.domain.loading.states.queueloader |
| Class | public class QueueLoadingStatus |
| Inheritance | QueueLoadingStatus Object |
| Property | Defined By | ||
|---|---|---|---|
| allLoaders : IMap [read-only] | QueueLoadingStatus | ||
| completeLoaders : IList [read-only] | QueueLoadingStatus | ||
| failedLoaders : IList [read-only] | QueueLoadingStatus | ||
| loadingLoaders : IList [read-only] | QueueLoadingStatus | ||
| queuedLoaders : IQueue [read-only] | QueueLoadingStatus | ||
| stoppedLoaders : IList [read-only] | QueueLoadingStatus | ||
| Method | Defined By | ||
|---|---|---|---|
description
| QueueLoadingStatus | ||
| allLoaders | property |
allLoaders:IMap [read-only] public function get allLoaders():IMap| completeLoaders | property |
completeLoaders:IList [read-only] public function get completeLoaders():IList| failedLoaders | property |
failedLoaders:IList [read-only] public function get failedLoaders():IList| loadingLoaders | property |
loadingLoaders:IList [read-only] public function get loadingLoaders():IList| queuedLoaders | property |
queuedLoaders:IQueue [read-only] public function get queuedLoaders():IQueue| stoppedLoaders | property |
stoppedLoaders:IList [read-only] public function get stoppedLoaders():IList| QueueLoadingStatus | () | Constructor |
public function QueueLoadingStatus()description