Relation _SUSPENDED

Arity: 2
Subrelation-Of: Procedural-property
Axioms:
(=> (_Suspended ?A ?B)
    (Exists (?Z ?K)
            (And (Interval ?Z)
                 (Interval ?K)
                 (Procedure ?A)
                 (Boolean ?B)
                 (Meets ?Z ?K)
                 (Holds-At ?Z (_ACTIVATED ?A ?B))
                 (Holds-At ?K (_SUSPENDED ?A ?B)))))