Location Status
The enum that determines the working status of a location.
The LocationStatus enum has three values:
Enum Name
Enum Value
Description
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
Was this helpful?