JobScheduleState type
Define valores para JobScheduleState. Entre los valores posibles se incluyen: 'active', 'completed', 'disabled', 'terminating', 'deeting'
type JobScheduleState =
| "active"
| "completed"
| "disabled"
| "terminating"
| "deleting"