Task scripts are used when you need to run a standard operation one or more times on the server.

This is often used for migrations of existing data sets, or regularly run scripts that need to synchronise data with some third party system.

For example, it might poll a web service or check a network drive for some data written to disk before deciding to act.

To set up a task, you should override and implement the class SynergyServerScripting.Task class