processResultToDebugString function

String processResultToDebugString(
  1. ProcessResult result
)

Process result debug string, compat, prefer toDebugString()

Implementation

String processResultToDebugString(ProcessResult result) =>
    result.toDebugString();