start method
Transition the solution to a running state.
Implementation
$async.Future<SolutionHandle> start(
$pb.ClientContext? ctx, SolutionHandle request) =>
_client.invoke<SolutionHandle>(
ctx, 'Solutions', 'Start', request, SolutionHandle());