IWorkflow.WorkflowNotStarted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a boolean value that specifies whether the workflow has started or not.
public:
property bool WorkflowNotStarted { bool get(); };
public bool WorkflowNotStarted { get; }
member this.WorkflowNotStarted : bool
Public ReadOnly Property WorkflowNotStarted As Boolean
Property Value
True
if the workflow has started, otherwise false
.