ricardoamaia Posted April 17, 2016 Share Posted April 17, 2016 Hi. I´m seizing 9 workers to a server from two different types, let´s say worker1 and worker2. Is there any way to count how many workers of type two are currently working in the server? i have tried SeizedResources.Contains and SeizedResources.CapacitySeizedOf but i don´t get the proper value. Thank you. Link to comment Share on other sites More sharing options...
gocken Posted April 19, 2016 Share Posted April 19, 2016 Try worker1.Capacity.AllocatedTo(server1)... Link to comment Share on other sites More sharing options...
ricardoamaia Posted April 20, 2016 Author Share Posted April 20, 2016 Thank you, problem solved Link to comment Share on other sites More sharing options...
Recommended Posts