次の方法で共有


SaveWorkflowCommand.CompleteInstance プロパティ

定義

永続性データベースでインスタンスの状態を "Completed" に設定し、InstanceCompletionAction プロパティが "Delete Nothing" に設定されている場合を除いて、データベースから状態情報を削除します。

public:
 property bool CompleteInstance { bool get(); void set(bool value); };
public bool CompleteInstance { get; set; }
member this.CompleteInstance : bool with get, set
Public Property CompleteInstance As Boolean

プロパティ値

Boolean

true インスタンスの状態が "完了" で、状態情報が削除されている場合は。それ以外の場合は false

適用対象