tulach Posted November 1, 2013 Share Posted November 1, 2013 I have a worker and I want to know utilization of whole population. I would like to have something like Worker.Resourcestate(1) Worker[1].ResourceState(1) gives results for Worker[1] only. Is there any easy way how to do this? Thanks Link to comment Share on other sites More sharing options...
ASagan Posted November 1, 2013 Share Posted November 1, 2013 Try Worker.Population.Capacity.Utilisation, or Worker.Population.Capacity.ScheduledUtilisation. Link to comment Share on other sites More sharing options...
Recommended Posts