Function computeOrderedProcesses

  • Compute ordered list of Processes that match pred.

    The ordering is lexicographic: 1. according to distance from the Process tree root 2. alphabetically w.r.t. the Process identifier

    Parameters

    • pred: ((process: Readonly<Process>) => boolean)
        • (process: Readonly<Process>): boolean
        • Parameters

          Returns boolean

    • Optional tableInput: readonly Readonly<Process>[]

    Returns Process[]

Generated using TypeDoc