Difference between revisions of "Shutter:Workflow"

From den4b Wiki
Jump to navigation Jump to search
(Created page with '{{Up|Shutter}} The workflow of Shutter is quit simple: monitor events and execute actions when events have been triggered. === Step 1…')
 
Line 1: Line 1:
{{Up|Shutter}}
+
{{Up|Shutter}}  
  
The workflow of [[Shutter]] is quit simple: monitor [[Shutter:Events|events]] and execute [[Shutter:Actions|actions]] when events have been triggered.
+
The workflow of [[Shutter]] is quite simple:  
  
=== Step 1: Events ===
+
#Add [[Shutter:Events|events]] that are to be monitored, and
 +
#Add [[Shutter:Actions|actions]] that are to be executed when the specified events occur.
  
[[Shutter: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 [[Shutter:Logic|Logic]]. You can add as many events as you want.
+
The details are as follows:
  
=== Step 2: Actions ===
+
=== Step 1: Events  ===
  
[[Shutter: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.
+
[[Shutter:Events|Events]] are usually based on periodic checking of a system state, time or execution state of a process.
 +
 
 +
*You can add multiple events as you want.
 +
*The scenario in which they will trigger actions is defined by the selected [[Shutter:Logic|Logic]]. <br>
 +
 
 +
=== Step 2: Actions  ===
 +
 
 +
[[Shutter: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 altogethe, For example: the '''Shutdown''' action.

Revision as of 16:00, 26 May 2010

Arrow Return.png Shutter  

The workflow of Shutter is quite simple:

  1. Add events that are to be monitored, and
  2. Add actions that are to be executed when the specified events occur.

The details are as follows:

Step 1: Events

Events are usually based on periodic checking of a system state, time or execution state of a process.

  • You can add multiple events as you want.
  • The scenario in which they will trigger actions is defined by the selected Logic.

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 altogethe, For example: the Shutdown action.