updatejobevent.h File Reference

Classes

class  UpdateJobEvent
 

Namespaces

 maxon
 

Enumerations

enum class  UPDATEJOBEVENTMODE {
  CANCEL_FOR_NEW_REQUESTS ,
  FINISH_REQUEST_AND_REPEAT
}
 

Functions

enum maxon::UPDATEJOBEVENTMODE MAXON_ENUM_LIST (UPDATEJOBEVENTMODE)
 

Variables

 CANCEL_FOR_NEW_REQUESTS
 
 FINISH_REQUEST_AND_REPEAT
 

Variable Documentation

◆ CANCEL_FOR_NEW_REQUESTS

CANCEL_FOR_NEW_REQUESTS

if a new request occurs after an update is running, CancelAndWait will stop the current update and a new update is triggered

◆ FINISH_REQUEST_AND_REPEAT

FINISH_REQUEST_AND_REPEAT

if a new request occurs after an update is running, The update will finish and if more requests arrived while executing the delegate another update is performed