SURVIVOR: foo Check Module
About foo
basics
Module Type Scheduler Remote
check Yes Yes
syntax
     module foo {}

     or

     module foo {}
     via <transport>

     or

     module foo {
       arg1 <string>
       [arg2 <relation>]
       [arg3 <string>]
       [arg3 ...]
     }
 

Dependencies

Arguments

Name Type Value
arg1 string Description of arg1.
arg2 optional relation Description of arg2.
arg3 optional string list Description of arg3.

Description

The foo module ...

Examples

  1. To test foo:
         module foo {
           arg1 bar
         }
         
  2. Another example:
         module foo {
           arg1 bar
           arg2 gt[10]
         }
         

$Date: 2006/11/19 18:13:01 $
$Revision: 0.4 $
keywords
arg1
arg2
arg3