This commit is contained in:
Olivier Gagnon
2022-08-17 08:50:05 -04:00
parent ba5b0be7f4
commit 3217f53717
291 changed files with 1613 additions and 2367 deletions
@@ -9,7 +9,7 @@ Set the auto job assignment for a job
<b>Signature:</b>
```typescript
setAutoJobAssignment(divisionName: string, cityName: string, job: string, amount: number): Promise<boolean>;
setAutoJobAssignment(divisionName: string, cityName: string, job: string, amount: number): boolean;
```
## Parameters
@@ -23,7 +23,7 @@ setAutoJobAssignment(divisionName: string, cityName: string, job: string, amount
<b>Returns:</b>
Promise&lt;boolean&gt;
boolean
A promise that is fulfilled when the assignment is complete.
true if the employee count reached the target amount, false if not