File State Manager¶
The File State Manager is a State Manager that saves the state for one project to a file. The filename should be stored in either the working directory for the project or in the explicitly specified directory. The filename will match the project name, but will have the extension .state.
Version¶
Available from version 1.0
Examples¶
Minimalist example
1<state type="state" />
Full example
1<state type="state" directory="C:\CCNetState" />
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
directory | The directory to save the state file to. | String | No | The directory CCNet was launched from. | 1.0 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:03 AM