JobScheduleState type
Menentukan nilai untuk JobScheduleState. Nilai yang mungkin termasuk: 'active', 'completed', 'disabled', 'terminating', 'deleting'
type JobScheduleState =
| "active"
| "completed"
| "disabled"
| "terminating"
| "deleting"