Verifying Project Structure in Ruby

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

1project = Rjb::import('com.aspose.tasks.Project').new('test_tasks.mpp')
2if project.check()
3    puts "Project is ok"
4else
5    puts "Project is not ok"
6end

Download Running Code

Download Verifying Project Structure (Aspose.Tasks) from any of the below mentioned social coding sites:

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.