Click or drag to resize
weroSoft AG, Software
DebuggingBreakpointState Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the state.

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum DebuggingBreakpointState
Members
  Member nameValueDescription
None0 The breakpoint is not set.
Active1 The breakpoint is set and active.
Inactiv2 The breakpoint is set but not active.
Conditional3 The breakpoint is set and a condition for working is defined.
See Also