Uses of Class
jarol.exceptions.AwaitDuringSignalingException

Packages that use AwaitDuringSignalingException
jarol Provides classes and interfaces for the Jarol Control Infrastructure. 
 

Uses of AwaitDuringSignalingException in jarol
 

Methods in jarol that throw AwaitDuringSignalingException
 void Signal.await()
          Causes the caller to be suspended until signal() is called.
 void TimeTriggerInterface.await()
          Causes the calling task to be suspended until the period is finished.
 void TimeTrigger.await()
          Causes the calling task to be suspended until the period is finished.