Documentation
    Preparing search index...

    Function computeOrderedProcesses

    • Compute ordered list of Processes that match pred.

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

      Parameters

      • pred: (process: Readonly<Process>) => boolean
      • OptionaltableInput: readonly Readonly<Process>[]

      Returns Process[]