Share via


IWorkflow.WorkflowNotStarted Property

Definition

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.

Applies to