Partager via


Workflow.IsInStageWaiting - Méthode

Renvoie une valeur de type Boolean qui indique si l'état de l'étape spécifiée signifie qu'une étape de flux de travail est en attente d'entrée ou en attente d'approbation.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
Public Shared Function IsInStageWaiting ( _
    status As Workflow.StageStatus _
) As Boolean
'Utilisation
Dim status As Workflow.StageStatus
Dim returnValue As Boolean

returnValue = Workflow.IsInStageWaiting(status)
public static bool IsInStageWaiting(
    Workflow.StageStatus status
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

Workflow classe

Workflow - Membres

Microsoft.Office.Project.Server.Library - Espace de noms