SuspendProgram
The SuspendProgram business rule is used to halt program activity without terminating the program. SuspendProgram is attached to a transaction whose impact to the base contract is such that suspension of program activity is required. This rule is entered in the Transaction Business Rule Packet.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<SuspendProgram> |
|
The opening and closing tags of this rule. |
|
<Program>
|
Required element |
||
PROGRAMGUIDARRAY |
Required attribute Identifies one or more programs to suspend. |
ProgramGUID(s) | |
<Tests> |
Optional element Allows for further definition of the activities that may be updated. |
||
<Test> |
Repeatable element A conditional statement that tests a MathVariable or Field against another MathVariable, Field, or literal value. |
String: |
XML Example
<SuspendProgram>
<Program PROGRAMGUIDARRAY="ProgramGUIDArray"></Program>
</SuspendProgram>
XML Schema
<SuspendProgram>
<Program PROGRAMGUIDARRAY=””>
<Tests>
<Test>conditional statement</Test>
</Tests>
</Program>
</SuspendProgram>