new Chain( [options])
Parameters:
| Name | Type | Argument | Description | 
|---|---|---|---|
options | 
            
            object | 
                
                    <optional> | 
            
            
            Extra options passed to the chain to control its execution  | 
        
Extends
- Chaining.Step
 
Members
- 
    
<static> Chaining.Chain.CHAIN_EXECUTED
 - 
    
    
    
Properties:
Name Type Description CHAIN_EXECUTEDstring Event triggered after chain finish execution
 - 
    
<static> Chaining.Chain.STEP_EXECUTED
 - 
    
    
    
Properties:
Name Type Description STEP_EXECUTEDstring Event triggered after each step of the chain gets executed