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

NameDetailsPossible ValuesDefault Value
LogicNameThe name of the logic.*-
DescriptionDescription to be used in lists.*-
DetailDescriptionDetailed description.*-
ModifiedModification date-time stamp in ISO 8601 format.ccyy-mm-ddThh:mm:ssdate 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>