Merge pull request #8833 from hercules-ci/jobcategory-doc

Document jobCategory()
This commit is contained in:
Eelco Dolstra
2023-08-16 17:11:03 +02:00
committed by GitHub
+4
View File
@@ -162,6 +162,10 @@ public:
virtual void cleanup() { }
/**
* @brief Hint for the scheduler, which concurrency limit applies.
* @see JobCategory
*/
virtual JobCategory jobCategory() = 0;
};