INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydroiceutil::JobQueue::Config Struct ReferenceJob queue configuration structure. More...
Detailed DescriptionJob queue configuration structure. Member Data DocumentationWhen the queue of pending jobs reaches this number, a warning is issued through the Tracer. Information about the last added job is also traced. Zero and negative values produce no warnings. Default is 0; Referenced by hydroiceutil::JobQueue::add(). Thread pool size. Zero and negative values are not allowed, a gbxutilacfr::Exception is thrown. Default is 1. Referenced by hydroiceutil::JobQueue::JobQueue(), and validate(). Use for debugging. If TRUE, addition of each job is traced to info(). Default is FALSE. Referenced by hydroiceutil::JobQueue::add(). Use for debugging. If TRUE, completion of execution of each job is traced to info(). Default is FALSE. Referenced by hydroiceutil::JobQueue::JobQueue(). If TRUE, start of execution of each job is traced to info(). Default is FALSE. Referenced by hydroiceutil::JobQueue::add(). Use for debugging. If TRUE, start of execution of each job is traced to info(). Default is FALSE. Referenced by hydroiceutil::JobQueue::JobQueue(). The documentation for this struct was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)