Skip to content

Tag: <testFalse> - Test for a false match

Definition

The <testFalse> tag is used to check if a named parameter is False.

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>
        <testFalse name='somevar'/>
      </conditions>
   </command>

Parent Tags

Child Tags

  • None