Workflow.IsStageNotStarted Method
Returns a Boolean value that indicates whether the specified stage status signifies that a workflow stage has not started.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function IsStageNotStarted ( _
status As Workflow.StageStatus _
) As Boolean
'Usage
Dim status As Workflow.StageStatus
Dim returnValue As Boolean
returnValue = Workflow.IsStageNotStarted(status)
public static bool IsStageNotStarted(
Workflow.StageStatus status
)
Parameters
- status
Type: Microsoft.Office.Project.Server.Library.Workflow.StageStatus
An object that contains information about the status of a workflow stage.
Return Value
Type: System.Boolean