Click or drag to resize
weroSoft AG, Software
StatementFactoringStatus Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the status of the factory status.

Namespace:  WeroSoft.Workflow.MetaSystem
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum StatementFactoringStatus
Remarks
The status is available through the Statement factory in some special cases (see descriptions of the enumeration values).
Members
  Member nameValueDescription
Idle0 The status is idle.
Creating1 The factory is creating a statement.
Created2 The factory has created a statement.
Migrate3 The factory is migrating a statement.
Load4 The loader is loading a statement.
See Also