The `Guard` allows you to specify a _condition_ for which the `Action`
will execute only if the `Guard` evaluates to **true**.  The `Guard`
must be any valid c/c++ statement that evaluates to either `true` or
`false`.
