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')
 2
 3if project.check()
 4
 5    puts "Project is ok"
 6
 7else
 8
 9    puts "Project is not ok"
10
11end

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.