Interface IRuntimeClientLauncher

    • Method Detail

      • runClient

        Process runClient​(ILaunchableRuntimeComponent client,
                          InfobaseReference infobase,
                          RuntimeExecutionArguments arguments)
                   throws RuntimeExecutionException
        Runs a 1C:Enterprise runtime platform client on the given infobase using the provided 1C:Enterprise runtime platform client component. Returns the started process.
        Parameters:
        client - the 1C:Enterprise runtime launchable client component, cannot be null
        infobase - the infobase reference to launch client on, cannot be null
        arguments - the execution arguments, can be null, then will not be used
        Returns:
        a process handle of launched 1C:Enterprise client, never null
        Throws:
        RuntimeExecutionException - if 1C:Enterprise runtime process execution fails