restart abstract method

Future<void> restart({
  1. CloudflareWorkflowRestartOptions? options,
})

Performs the restart operation.

Implementation

Future<void> restart({CloudflareWorkflowRestartOptions? options});