JobScheduleState type
JobScheduleState değerlerini tanımlar. Olası değerler şunlardır: 'active', 'completed', 'disabled', 'terminating', 'silme'
type JobScheduleState =
| "active"
| "completed"
| "disabled"
| "terminating"
| "deleting"