Class ProcessStatus
OptimaJet.Workflow.Core.Persistence.ProcessStatus
Represent a stage of a life cycle of a process
Namespace: OptimaJet.Workflow.Core.Persistence
public sealed class ProcessStatusInheritance
- System.Object
Properties
Name
Type
Id #ByteName #StringIsAllowedToChangeStatus #BooleanIsAllowedToExecuteCommand #BooleanIsNotRunning #BooleanFields
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 #