Skip to content

markdoccoreiprocess ProcessState

Denis Akopyan edited this page Mar 6, 2022 · 1 revision

ProcessState enum

Description

Enumeration of possible states of a IProcess

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph MarkDoc.Core.IProcess
  MarkDoc.Core.IProcess.ProcessState[[ProcessState]]
  end
Loading

Details

Summary

Enumeration of possible states of a IProcess

Fields

Idle

Running

Success

Failure

Cancelled

Generated with MarkDoc

Clone this wiki locally