MeVisLab Scripting Reference
MLABClientJobCondition Class Referenceabstract
Inheritance diagram for MLABClientJobCondition:
MLABClientChainCondition MLABClientDelayedCondition MLABClientWatchCondition

Public Slots

virtual bool isRepeating () const
 
virtual void setRepeating (bool repeat)
 

Detailed Description

A wrapper for simple job conditions.

Created from a MLABClientJob

Member Function Documentation

◆ isRepeating

virtual bool MLABClientJobCondition::isRepeating ( ) const
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.

Note
If this is set, this job will stay until MLABClientJob::cancel is called on the job.

◆ setRepeating

virtual void MLABClientJobCondition::setRepeating ( bool  repeat)
inlinevirtualslot