Skip to content

Tag: <testTrue> - Test for a true match

Definition

The <testTrue> tag is used to test if a named parameter is True.

This tag has the following attributes:

Parameters

  • name (str): The name of the parameter whose current value is to be checked.

Example

1
2
3
4
5
   <command>...
      <conditions>
         <testTrue name='somevar'/>
      </conditions>
   </command>

Parent Tags

Child Tags

  • None