Assign Task To User
Use this form to assign a task to a user.
Change Task Priority
Use this form to change the task's priority.
Change Task Status
Use this form to change a task's status directly to any state.
Change Task Type
Use this form to change the task type.
Task - #169 - Refactor SimulationObjectInstance - Keep Reference to SimulationFunctions
Currently SimulationObjectInstance has several functions into which a ServerSimulationFunctions or ClientSimulationFunctions class must be provided. This class will never change after activation, so it makes sense to have the instance simply store a reference to this class and clean up all the function calls that reference it. The instance should also provide access to these classes as it is really the component classes that make use of these features. Consider this change carefully - are we really cleaning things up or are we sewing confusion? Is there a better way to provide access to these functions without needing to pass a reference around? Friday, September 25, 2020
Page:
1
|