set_consumable_resource_fixed_variable

Set the cost per time unit for a consumable resource used by an activity to fixed or variable use. 

The value of the unit cost for a consumable resource can be set by and is explained in the P2Resource:set_resource_cost_unit function.

Parameters: 
I/O Type Name Description
input integer ID activity ID
input integer ID resource ID
input integer fixed 0 (variable use) or 1 (fixed use)
Learn More: 

Step inside PMKC.

Example: 
function ()
        io.write('\n')
end
Class: 
P2Schedule