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
commit db3bf180a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};