Table of Contents

ProcessAutomationOption element

The additional option for the Process Automation queue.

Parent

ProcessAutomationOptions

Attributes

Name Type Required Description
name string Yes Name of the option.
pid TypeNonLeadingZeroUnsignedInt Yes Parameter ID of the parameter that will contain the option value.

Remarks

Currently, only the names QueueSize and QueueSizeMax are supported by the client.

Examples

<ProcessAutomation>
   <ProcessAutomationOptions>
      <ProcessAutomationOption name="QueueSize" pid="557"></ProcessAutomationOption>
      <ProcessAutomationOption name="QueueSizeMax" pid="558"></ProcessAutomationOption>
   <ProcessAutomationOptions>
<ProcessAutomation>