R6 class for Task settings
See also
Other workflow tasks:
GofPlotTask
,
PlotTask
,
PopulationPlotTask
,
PopulationSensitivityAnalysisTask
,
QualificationTask
,
SensitivityAnalysisTask
,
addUserDefinedTask()
,
loadCalculatePKParametersTask()
,
loadCalculateSensitivityTask()
,
loadGOFMergedTask()
,
loadPlotAbsorptionTask()
,
loadPlotDDIRatioTask()
,
loadPlotDemographyTask()
,
loadPlotMassBalanceTask()
,
loadPlotPKParametersTask()
,
loadPlotPKRatioTask()
,
loadPlotSensitivityTask()
,
loadPlotTimeProfilesAndResidualsTask()
,
loadQualificationComparisonTimeProfileTask()
,
loadQualificationTimeProfilesTask()
,
loadSimulateTask()
Public fields
active
logical indicating if `Task` is performed in a workflow.
outputFolder
List of output files/folders to save the task output
workflowFolder
folder where workflow is run and saved
settings
list of settings for task such as plot configurations
message
message or title of the task
Methods
Method new()
Create a `Task` object
Arguments
outputFolder
task output folder to save results
inputFolder
task input folder where input files are stored
inputs
expected input files required by task
outputs
expected output files generated by task
workflowFolder
folder where workflow is run and saved
settings
specific settings for task (e.g. plot configurations)
active
logical indicating if `Task` is performed in a workflow. Default value is `FALSE`
message
message of the `Task`.
Method validateStructureSetInput()
Check if a task input from a specific `SimulationStructure` is valid