9 #ifndef __PDG_WORKITEMSTATS_H__
10 #define __PDG_WORKITEMSTATS_H__
58 fpreal getStat(StatType stat)
const;
64 fpreal setTimeStat(StatType stat);
68 fpreal cookDuration()
const;
72 { myServiceClient = client; }
77 {
return myServiceClient; }
80 fpreal myStats[eStatCount];
const UT_StringHolder & serviceClient() const
The time at which the work item completed cooking.
StatType
Enumeration of stats stored in this object.
The total file size of all outputs on the work item.
void setServiceClient(const UT_StringHolder &client)
Sets the service client used to cook the work item.