Checks if the given taskgraph has the same structure as the reference taskgraph and if all attributes are set correctly.
function checkTaskGraph input String filename; input String reffilename; output String[:] result; end checkTaskGraph;