PublisherReadiness Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Readiness states.
public enum PublisherReadiness
type PublisherReadiness =
Public Enum PublisherReadiness
- Inheritance
-
PublisherReadiness
Fields
Name | Value | Description |
---|---|---|
NotSetup | 0 | |
NoManager | 1 | |
Starting | 2 | |
NotReadyToCreate | 3 | |
NotReadyToLocate | 4 | |
Ready | 5 | |
Busy | 6 |
Remarks
The publisher is only able to process requested tasks when its state is "Ready".