Click or drag to resize

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
C#
public enum ActionCode
Members
  Member nameValueDescription
Continue0 Continue with the normal processing of the workflow.
Skip1 Continue processing after skipping current operation.
Cancel2 Cancel the processing loop.
Fail3 Fail the current job and move the file to the failed folder.
Done4 Processing is complete. Move the file to the done folder.
Restart5 Restart the processing of the file with altered job parameters.
See Also