Class ProcessStatusChangedEventArgs
OptimaJet.Workflow.Core.Runtime.ProcessStatusChangedEventArgs
Represent information about changed status of a process
Namespace: OptimaJet.Workflow.Core.Runtime
public class ProcessStatusChangedEventArgs : EventArgsInheritance
- System.Object
- System.EventArgs
Constructors
public ProcessStatusChangedEventArgs(Guid processId, bool isSubprocess, ProcessStatus oldStatus, ProcessStatus newStatus) #Constructor
Parameters
Name
Type
Description
processIdGuidId of the process whose status was changed
isSubprocessBooleanoldStatusProcessStatusPrevious status of the process
newStatusProcessStatusActual status of the process
Properties
Name
Type
ProcessId #GuidId of the process whose status was changed
IsSubprocess #BooleanIf true means that the status was changed for subprocess
OldStatus #ProcessStatusPrevious status of the process ProcessStatus
NewStatus #ProcessStatusActual status of the process ProcessStatus
SchemeCode #StringCode of the scheme of the process
ProcessInstance #ProcessInstanceInstance of the process