Thread Object
Thread — Contains logic name to be run as thread.
Introduction
      Thread holds the name of a logic that can be run as a separate 
      thread. 
    
Properties
Table 26. Thread Object Properties
| Name | Details | Possible Values | Default Value | 
|---|
| LogicName | The name of the logic. | * | - | 
| Description | Description to be used in lists. | * | - | 
| DetailDescription | Detailed description. | * | - | 
| Modified | Modification date-time stamp in ISO 8601 format. | ccyy-mm-ddThh:mm:ss | date stamp | 
Example
<Object Application="MyOrder" Type="Thread" Name="PrintInvoices">
  <XmlDocument>
    <LogicName>PrintInvoices<LogicName>
    <Description>print invoice</Description>
    <DetailDescription>Print all invoices in the background</DetailDescription>
    <Modified>2007-10-04T09:58:00</Modified>
  </Thread>
</Object>