SqlPersistenceWorkflowInstanceDescription.IsBlocked Propriedade
Definição
Obtém um valor que mostra se a instância de fluxo de trabalho está bloqueada.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
Valor da propriedade
true se a instância do fluxo de trabalho estiver bloqueada; caso contrário, false .true if the workflow instance is blocked; otherwise, false.