ProcessInstanceState enum

Parent Previous Next

The ProcessInstanceState enumeration specifies the state of a process instance. It is flagged, so multiple states may be specified.


Namespace:

IYOPRO.Api

Assembly:

IYOPRO.Api (in IYOPRO.Api.dll)



Members

Created

Process instance has been created but has never been started

Running

Process instance is running

Finished

Process instance is finished

Error

Process instance has an error

Delayed

Process instance execution has been delayed

All

All above