# Functions
Delete deletes the condition with the given type.
FalseCondition returns a condition with Status=False and the given type.
Get retrieves the JobCondition for a specified condition type from the provided JobConditions.
IsFalse checks if the specified condition type in JobConditions is false.
IsTrue checks if the specified condition type in JobConditions is true.
Set updates or adds a JobCondition to the provided JobConditions.
TrueCondition returns a condition with Status=True and the given type.
UnknownCondition returns a condition with Status=Unknown and the given type.