Compares two integer values.
0 |
Integer |
Integer A |
The first value. |
1 |
Comparison Type |
Comparison Type |
The comparison to perform. Choose from equal to(=), less than(<), greater than(>), less than or equal to(<=), greater than or equal to(>=), or not equal to(!=). |
2 |
Integer |
Integer B |
The second value. |
3 |
Step ID |
Step if TRUE |
The step to jump to if the comparison is true. |
4 |
Step ID |
Step if FALSE |
The step to jump to if the comparison is false. |
5 |
Boolean |
Use for % complete |
True reports percent complete as a function of the reference value |
None.
SUCCESS |
This command always succeeds. |
The Use for % Complete (A5) was added to help keep track of the progress of an MP working through a long looping process. This provides the ability to get a display of the % complete as function of the two reference values. The loop iteration percentage is displayed in the MP bar header.