ConsoleUser

Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com

This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.

All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.

class MSProject2013.MSProject2013(system, config)
add_task(name, duration)

Create a new task with the given duration

Parameters:

  • name: the string name for the new task

  • duration: the string to enter for the task’s duration

exit(save=False)

If bad data is in a field we won’t be able to exit, so if regular exit doesn’t work, try undoing a bunch of tasks.

new_project()

Create a new project to start working on.