WorkSession IsCompleted Property
returns true when all work items in the session have been completed, i.e. CurrentWorkItem == null.

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; }

Property Value

Type: OnlineBoolean
See Also