WorkflowDesigner.IsInErrorState 方法
定义
指示 Windows 工作流设计器是否处于错误状态。Indicates whether the Windows Workflow Designer is in error state.
public:
bool IsInErrorState();
public bool IsInErrorState ();
member this.IsInErrorState : unit -> bool
Public Function IsInErrorState () As Boolean
返回
true 如果工作流设计器处于错误状态,则为;否则为 false 。true if the Workflow Designer is in error state; otherwise, false.