Merge pull request #3577 from phyzical/feature/WEB-3567

FEATURE: added logic to allow quitJob to be called from singularity
This commit is contained in:
hydroflame
2022-05-04 11:57:39 -04:00
committed by GitHub
6 changed files with 22 additions and 3 deletions

View File

@@ -1800,6 +1800,18 @@ export interface Singularity {
*/
workForCompany(companyName?: string, focus?: boolean): boolean;
/**
* Quit jobs by company.
* @remarks
* RAM cost: 3 GB * 16/4/1
*
*
* This function will finish work with the company provided and quit any jobs.
*
* @param companyName - Name of the company.
*/
quitJob(companyName?: string): void;
/**
* Apply for a job at a company.
* @remarks