Click or drag to resize
weroSoft AG, Software
RunMode Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the run mode of the execution system.

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum RunMode
Members
  Member nameValueDescription
Normal0 Defines the run mode is normal execution.
Debug1 Defines the run mode is debugging.
Test2 Defines the run mode is test.
See Also