JobScheduleState type
Definiert Werte für JobScheduleState. Mögliche Werte sind: 'active', 'completed', 'disabled', 'terminating', 'deleting'
type JobScheduleState =
| "active"
| "completed"
| "disabled"
| "terminating"
| "deleting"