Shutter:Workflow
Jump to navigation
Jump to search
The workflow of Shutter is quit simple: monitor events and execute actions when events have been triggered.
Step 1: Events
Events are usually based on periodic checking of some sort of a system state, whether it is current time or execution of a process. The scenario in which they will trigger actions is define by the selected Logic. You can add as many events as you want.
Step 2: Actions
Actions are executed one-by-one from top-to-bottom. You can add as many actions as you want but beware that some actions are terminal, meaning that they will cause Shutter to stop processing the rest of actions or terminate application altogether, for example: Shutdown action.