JobScheduleState type
Define valores para JobScheduleState. Os valores possíveis incluem: 'ativo', 'concluído', 'desativado', 'terminando', 'excluindo'
type JobScheduleState =
| "active"
| "completed"
| "disabled"
| "terminating"
| "deleting"