Click or drag to resize
weroSoft AG, Software
ProcessOwner Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible values of process control responsibility.

Namespace:  WeroSoft.Configuration
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ProcessOwner
Remarks
Use this value read from the process configuration to decide the context of the process.
Members
  Member nameValueDescription
Undefined0 The process status is not defined or not evaluated.
DesktopClient1 The process is running under control of a Triton desktop client.
Dashboard2 The process is running under control of a Triton dashboard client.
WebClient3 The process is running under control of a Triton web client.
WorkflowConsoleClient4 The process is running under control of a workflow console client.
WorkflowDesktopClient5 The process is running under control of a workflow desktop client.
HeronServerFull6 The process is running under control of a Heron Server.
HeronWorkflowAppDomain7 The process is running under control of a Heron Workflow application domain.
HeronWorkflowProcess8 The process is running under control of a Heron Workflow process.
CustomClient9 The process is running under control of a custom client.
CustomServer10 The process is running under control of a custom server.
TestClient11 The process is running under control of a test client.
TestServer12 The process is running under control of a test server.
Other13 The process is running under control of a unknown but defined owner.
See Also