Assembly.Completed Property

[Read/Write] This Boolean property indicates whether or not the Assembly has been completed. Once this property is set to true, HotDocs Server moves it from the Session.Assemblies collection to the Session.CompletedAssemblies collection.

Syntax

public bool Completed { set; get; }