Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessStatus

OptimaJet.Workflow.Core.Persistence.ProcessStatus

Represent a stage of a life cycle of a process

public sealed class ProcessStatus

Inheritance

  • System.Object

Properties

Name
Type
Id #
Byte
Name #
String
IsAllowedToChangeStatus #
Boolean
IsAllowedToExecuteCommand #
Boolean
IsNotRunning #
Boolean

Fields

public static readonly ProcessStatus NotFound #
Status of a processes which are not exists in persistence store
public static readonly ProcessStatus Unknown #
Status of a processes which are exists in persistence store but theirs status is not defined
public static readonly ProcessStatus Initialized #
Status of a processes which was created just now
public static readonly ProcessStatus Running #
Status of a processes which are executing at current moment
public static readonly ProcessStatus Idled #
Status of a processes which are not executing at current moment and awaiting an external interaction
public static readonly ProcessStatus Finalized #
Status of a processes which was finalized
public static readonly ProcessStatus Terminated #
Status of a processes which was terminated with an error
public static readonly ProcessStatus Error #
Status of a processes which had an error but not terminated
public static readonly IEnumerable<ProcessStatus> All #