Partager via


EntryPointStatus Énumération

Définition

Spécifie le status du CodePackage EntryPoint déployé sur un nœud.

public enum EntryPointStatus
type EntryPointStatus = 
Public Enum EntryPointStatus
Héritage
EntryPointStatus

Champs

Invalid 0

Le status du point d’entrée est inconnu ou non valide.

Pending 1

Le point d’entrée doit être démarré.

Started 3

Le point d’entrée a été démarré avec succès et est en cours d’exécution.

Starting 2

Le point d’entrée est en cours de démarrage.

Stopped 5

Le point d’entrée n’est pas en cours d’exécution.

Stopping 4

Le point d’entrée est arrêté.

S’applique à