Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Specifies the process status.
public enum ProcessStatus
Process is ready to be picked up by the engine and moved to its next node.
Process awaits validation.
Example
The following example demonstrates setting the status of a Process to "Validation" by passing a ProcessStatus enum to the SetStatus method.
Process.SetStatus(ProcessStatus.Validation);