Workflow.IsInStage method
Returns a Boolean value that indicates whether the project is in the specified stage.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function IsInStage ( _
status As Workflow.StageStatus _
) As Boolean
'Usage
Dim status As Workflow.StageStatus
Dim returnValue As Boolean
returnValue = Workflow.IsInStage(status)
public static bool IsInStage(
Workflow.StageStatus status
)
Parameters
status
Type: Microsoft.Office.Project.Server.Library.Workflow.StageStatusAn object that contains information about the status of a workflow stage.
Return value
Type: System.Boolean