Skip to content

Microsoft FactoryOrchestrator Core ServiceEventType

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core

ServiceEventType Enum

The type of Factory Orchestrator Service event.

public enum ServiceEventType

Fields

DoneWaitingForExternalTaskRun 0
External TaskRun is completed.

WaitingForExternalTaskRun 1
External TaskRun is waiting on an external action.

WaitingForContainerTaskRun 2
TaskRun is waiting to be run by the container.

ServiceError 3
The Factory Orchestrator Service threw an exception.

ServiceStart 4
The Factory Orchestrator Service is starting. It can now communicate with clients, but boot tasks may not be complete.

BootTasksComplete 5
The Factory Orchestrator Service is fully started. Boot tasks are completed.

ContainerConnected 6
The Factory Orchestrator Service is connected to a container also running a compatible version of Factory Orchestrator Service.

ContainerDisconnected 7
The Factory Orchestrator Service is disconnected from a container also running a compatible version of Factory Orchestrator Service.

ContainerDisabled 8
The Factory Orchestrator Service container support is disabled by policy.

NetworkAccessDisabled 9
The Factory Orchestrator Service network access is disabled by policy.

TaskRunRedirectedToRunAsRDUser 10
The TaskRun has GUI and was redirected to RunAsRDUser.exe. It will not run until a remote user is logged in.

ContainerServiceError 11
The Factory Orchestrator Service inside a connected container threw an exception.

ContainerTaskRunRedirectedToRunAsRDUser 12
The Factory Orchestrator Service inside a connected container has a TaskRun with GUI and it was redirected to RunAsRDUser.exe. It will not run until a remote user is logged in.

Unknown 2147483647
An unknown Factory Orchestrator Service event occurred.