Status type
Define los valores de Status.
type Status =
| "NotStarted"
| "NotStartedButGroupsExist"
| "Started"
| "Failed"
| "Cancelled"
| "Completed"
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Define los valores de Status.
type Status =
| "NotStarted"
| "NotStartedButGroupsExist"
| "Started"
| "Failed"
| "Cancelled"
| "Completed"