  | ActionCode Enumeration | 
 
            Defines action codes that are returned from plugin callbacks.
            
 
    Namespace: 
   Opait.Api
    Assembly:
   Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Continue | 0 | 
            Continue with the normal processing of the workflow.
             | 
 | Skip | 1 | 
            Continue processing after skipping current operation. 
             | 
 | Cancel | 2 | 
            Cancel the processing loop.
             | 
 | Fail | 3 | 
            Fail the current job and move the file to the failed folder.
             | 
 | Done | 4 | 
            Processing is complete. Move the file to the done folder.
             | 
 | Restart | 5 | 
            Restart the processing of the file with altered job parameters.
             | 
See Also