SqlPersistenceWorkflowInstanceDescription.IsBlocked Property

Definition

Gets a value that shows whether the workflow instance is blocked.

public:
 property bool IsBlocked { bool get(); };
public bool IsBlocked { get; }
member this.IsBlocked : bool
Public ReadOnly Property IsBlocked As Boolean

Property Value

true if the workflow instance is blocked; otherwise, false.

Applies to