quickie.conditions.base
Contains the base classes for task conditions.
Conditions are used to determine if a task should be executed or not. They can be combined using & (and), | (or), ^ (xor), and ~ (not) to create more complex conditions.
Classes
Base class for all conditions. |