* Gets the current status of the collection
()
| 410 | * Gets the current status of the collection |
| 411 | */ |
| 412 | public get status(): CollectionStatus { |
| 413 | return this._lifecycle.status |
| 414 | } |
| 415 | |
| 416 | /** |
| 417 | * Get the number of subscribers to the collection |
no outgoing calls
no test coverage detected