Share via


Workflow.IsInStageWaiting method

Returns a Boolean value that indicates whether the specified stage status signifies that a workflow stage is waiting for input or waiting for approval.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function IsInStageWaiting ( _
    status As Workflow.StageStatus _
) As Boolean
'Usage
Dim status As Workflow.StageStatus
Dim returnValue As Boolean

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

Parameters

Return value

Type: System.Boolean

See also

Reference

Workflow class

Workflow members

Microsoft.Office.Project.Server.Library namespace