| 
    MeVisLab Scripting Reference
    
   | 
 
#include <mlabClientJobCondition.h>
Inherits QObject.
Inherited by MLABClientChainCondition, MLABClientDelayedCondition, and MLABClientWatchCondition.
Public Slots | |
| virtual bool | isRepeating () const | 
| virtual void | setRepeating (bool repeat) | 
A wrapper for simple job conditions.
Created from a MLABClientJob
      
  | 
  inlinevirtualslot | 
If this attribute is false, the job will be executed only once; otherwise, the job will be executed whenever the condition is met. 
Default is false.
      
  | 
  inlinevirtualslot | 
Sets isRepeating().