EntryPointStatus enum
type: string
Specifies the status of the code package entry point deployed on a Service Fabric node.
Possible values are:
Invalid
- Indicates status of entry point is not known or invalid. The value is 0.Pending
- Indicates the entry point is scheduled to be started. The value is 1.Starting
- Indicates the entry point is being started. The value is 2.Started
- Indicates the entry point was started successfully and is running. The value is 3.Stopping
- Indicates the entry point is being stopped. The value is 4.Stopped
- Indicates the entry point is not running. The value is 5.