Skip to the content.

PromptPlus API:StepMode

Build Publish License NuGet Downloads

Back to List Api

StepMode

Namespace: PPlus.Controls

Represents The Mode to execute Tasks

public enum StepMode

Inheritance ObjectValueTypeEnumStepMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Sequential 0 Sequential Mode
Parallel 1 Parallel Mode

Back to List Api