The enum that determines the working status of a location.
The LocationStatus enum has three values:
LocationStatus
Active
0
Work has begun at the location.
Inactive
1
No work is being done at the location. The project was terminated or temporarily disabled.
UnderConstruction
2
The tasklist and location details are still being worked on. No tasks will be assigned to any engineers.
Done
3
The project is completed.
Last updated 1 year ago
Was this helpful?