Skip to content

markdoccore IProcess

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

IProcess interface

Description

Interface for processes

Diagram

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

Members

Properties

Public properties

Type Name Methods
string Name
Progress name
get
ProcessState State
State of the given process
get; set

Details

Summary

Interface for processes

Nested types

Enums

  • ProcessState

Properties

Name

public abstract string Name { get }
Summary

Progress name

State

public abstract ProcessState State { get; set }
Summary

State of the given process

Events

StateChanged

public event EventHandler StateChanged
Summary

Invoked whenever the IProcess.State is changed

Generated with MarkDoc

Clone this wiki locally