EntryPointStatus type
تعريف قيم EntryPointStatus. تتضمن القيم المحتملة: "غير صالح"، و"معلق"، و"بدء"، و"تم البدء"، و"توقف"، و"متوقف"
type EntryPointStatus =
| "Invalid"
| "Pending"
| "Starting"
| "Started"
| "Stopping"
| "Stopped"