SaveWorkspaceFileOptions
- Updated2025-07-21
- 1 minute(s) read
SaveWorkspaceFileOptions
These constants represent the options you can use with the options parameter of the WorkspaceFile.SaveWorkspaceAndProjectFiles method. Use the bitwise-OR operator to specify more than one option.
- SaveWorkspaceFile_NoOptions –(Value: 0x0) No options.
- SaveWorkspaceFile_PromptUser –(Value: 0x1) If this flag is set, TestStand prompts the user to save all modified files.
- SaveWorkspaceFile_SkipReadOnlyFiles –(Value: 0x4) If this flag is set, TestStand skips all read-only files.
- SaveWorkspaceFile_SkipWorkspaceFile –(Value: 0x2) If this flag is set, TestStand skips the workspace file.