mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
7c6ebfb49c
JobState, previously handled by RunState, is now held in the Job. Changes and accesses to a Job's status access the Job's JobState directly, so that there is only one place now that each Job's state data is tracked. This also means there is no use for update_job in RunState.