EntryPointStatus type
Definiert Werte für EntryPointStatus. Mögliche Werte sind: 'Invalid', 'Pending', 'Starting', 'Started', 'Stop', 'Stopped'
type EntryPointStatus =
| "Invalid"
| "Pending"
| "Starting"
| "Started"
| "Stopping"
| "Stopped"