Readonly
__astStatic
mutexStatic
scheduleAllows scheduling of any activity type only when passed expression evaluates to true
the expression
Static
scheduleAllows scheduling of argument activity types only when passed expression evaluates to true
Generated using TypeDoc
Creates a mutual exclusion global condition preventing instantiation of activity types from the first list from overlapping instantiations of activity types from the second list. Relation is reflexive: mutex(A,B) = mutex(B,A).