OpenStudioCore:runmanager/lib
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
openstudio::runmanager::ScriptInfo Struct Reference

#include <RubyJobUtils.hpp>

Public Member Functions

 ScriptInfo (const openstudio::path &t_scriptPath, bool t_isUserScript, bool t_argsChanged)
 

Public Attributes

bool argsChanged
 
std::map< std::string,
ruleset::OSArgument > 
arguments
 
openstudio::path dbPath
 
bool detectionSucceeded
 
bool isUserScript
 
openstudio::path scriptPath
 

Constructor & Destructor Documentation

openstudio::runmanager::ScriptInfo::ScriptInfo ( const openstudio::path &  t_scriptPath,
bool  t_isUserScript,
bool  t_argsChanged 
)
inline

Member Data Documentation

bool openstudio::runmanager::ScriptInfo::argsChanged
std::map<std::string, ruleset::OSArgument> openstudio::runmanager::ScriptInfo::arguments
openstudio::path openstudio::runmanager::ScriptInfo::dbPath
bool openstudio::runmanager::ScriptInfo::detectionSucceeded
bool openstudio::runmanager::ScriptInfo::isUserScript
openstudio::path openstudio::runmanager::ScriptInfo::scriptPath