Click or drag to resize
AbstractWorkerRunInSequence Property
If true, the thread is a part of the sequence and should perform the actions after the previous thread finishes.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool RunInSequence { get; set; }

Property Value

Type: Boolean
See Also