Skip to main content
Skip table of contents

ProcessStatus Enum

Specifies the process status.

CODE
public enum ProcessStatus

Fields

Complete

0

Process is complete.

Ready

1

Process is ready to be picked up by the engine and moved to its next node.

Validation

2

Process awaits validation.

Errored

3

Process has errored out.


Example

The following example demonstrates setting the status of a Process to "Validation" by passing a ProcessStatus enum to the SetStatus method.

CODE
Process.SetStatus(ProcessStatus.Validation);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.