@logixjs/core
    Preparing search index...

    Function installProcess

    • Type Parameters

      • E
      • R

      Parameters

      • process: Effect<void, E, R>
      • options: {
            enabled?: boolean;
            installedAt?: string;
            mode?: "switch" | "exhaust";
            scope: ProcessScope;
        }

      Returns Effect<ProcessInstallation | undefined, never, ProcessRuntimeTag | R>