WorkItem IsCompleted Property
A flag indicating whether this work item has been completed or not. This property is only set by the WorkSession to which this WorkItem belongs.

Namespace: HotDocs.Sdk.Server
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool IsCompleted { get; internal set; }

Property Value

Type: OnlineBoolean
See Also