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