Verifying Project Structure in Ruby
Contents
[
Hide
]
Aspose.Tasks - Verifying Project Structure
To Verify Project Structure using Aspose.Tasks Java for Ruby, simply invoke VerifyProjectStructure module. Here you can see example code.
Ruby Code
project = Rjb::import('com.aspose.tasks.Project').new('test_tasks.mpp')
if project.check()
puts "Project is ok"
else
puts "Project is not ok"
end
Download Running Code
Download Verifying Project Structure (Aspose.Tasks) from any of the below mentioned social coding sites: