共用方式為


SaveWorkflowCommand.CompleteInstance 屬性

定義

將持續性資料庫中的執行個體狀態設定為「已完成」,除非 InstanceCompletionAction 屬性設定為「全部不刪除」,否則從資料庫刪除狀態資訊。

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

屬性值

true 如果實例的狀態為「已完成」且狀態資訊已刪除,則為 ;否則為 false

適用於