Estimation
Task Name | Description | Argument Template |
---|---|---|
EstimateAllModels | Estimates all Models. |
|
EstimateModels | Estimates a subset of Models. Takes a filter string, e.g. CUSTOM1=''Group 1'' as a required argument. | <args> <arg name="FilterString" value="{filterstring}"/> </args> |
EstimateAll FiveMinModels | Estimates all Five Minute Models. |
|
EstimateFiveMinModels | Estimates a subset of five Minute Models. Takes a filter string, e.g. CUSTOM1=''Group 1'' as a required argument. | <args> <arg name="FilterString" value="{filterstring}"/> </args> |
ExportFiveMinProject Files | Exports estimated project files for Five Minute Models. Takes the folder path and a Boolean argument to specify whether or not to overwrite existing files as required arguments. | <args> <arg name="FolderPath" value="{folderpath}" /> <arg name="Overwrite" value="false" type="System.Boolean" /> </args> |
ExportModelProject Files | Exports estimated project files for Models. Takes the folder path and a Boolean argument to specify whether or not to overwrite existing files as required arguments. | <args> <arg name="FolderPath" value="{folderpath}" /> <arg name="Overwrite" value="false" type="System.Boolean" /> </args> |
ImportFiveMinProject Files | Imports estimated project files for Five Minute Models. Takes the folder path as a required argument. | <args> <arg name="FolderPath" value="{folderpath}" /> </args> |
ImportModelProject Files | Exports estimated project files for Models Takes the folder path as a required argument. | <args> <arg name="FolderPath" value="{folderpath}" /> </args> |