Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface IProcessRunner

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Emby.Model.ProcessRun
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IProcessRunner : IDisposable

    Properties

    LastExitCode

    Declaration
    int? LastExitCode { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    Run(String, String)

    Declaration
    bool Run(string exeFileName, string commandLineArgs)
    Parameters
    Type Name Description
    System.String exeFileName
    System.String commandLineArgs
    Returns
    Type Description
    System.Boolean

    Run(String, String, String)

    Declaration
    bool Run(string exeFileName, string commandLineArgs, string workingDirectory)
    Parameters
    Type Name Description
    System.String exeFileName
    System.String commandLineArgs
    System.String workingDirectory
    Returns
    Type Description
    System.Boolean

    WaitAndKillAsync(Int32)

    Declaration
    Task<bool> WaitAndKillAsync(int timeoutMs)
    Parameters
    Type Name Description
    System.Int32 timeoutMs
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Boolean>

    WaitForExitAsync(Int32, CancellationToken)

    Declaration
    Task<bool> WaitForExitAsync(int timeoutMs, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    Type Name Description
    System.Int32 timeoutMs
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Boolean>

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.