Snapshot Target properties for Script Engine. Read the documentation for more info.
Properties | |
| bool | AutoStart [get, set] |
| Autostart when application starts. | |
| SnapshotInterval | SnapshotInterval [get, set] |
| Interval between snapshots. | |
| SnapshotRetention | SnapshotRetention [get, set] |
| Maximum age of stored snapshots. | |
| SnapshotImageFormat | ImageFormat [get, set] |
| Image format for saved snapshots. | |
| int | JpegQuality [get, set] |
| JPEG quality (1-100), only used when Image format is JPEG. | |
| Command | StartCommand [get] |
| Start capturing snapshots. | |
| Command | StopCommand [get] |
| Stop capturing snapshots. | |
| Command | OpenFolderCommand [get] |
| Open the folder where snapshots are stored. | |
| SnapshotState | SnapshotState [get] |
| Capture state. | |
| string | LastSnapshotSaved [get] |
| Date and time of last saved snapshot. | |
| string | LastSnapshotFilename [get] |
| Filename of last saved snapshot. | |
| int | SnapshotsSaved [get] |
| Total number of snapshots saved during this session. | |
| int | SaveQueueSize [get] |
| Current save queue size. | |
| string | NextSnapshotIn [get] |
| Time until next snapshot. | |
Properties inherited from VindralEngineBaseTypes.VindralBaseClasses.AbstractTarget | |
| bool | AutoStart [get, set] |
| Autostart when application starts. | |