start abstract method

Future<void> start(
  1. StartupProbeContext ctx
)

Starts the probe.

Implementations can write escape sequences here, then complete later via handleMsg events (UV events, etc).

Implementation

Future<void> start(StartupProbeContext ctx);