# sequra/3.0.2/src/Controllers/Hooks/Process/interface-async-process-controller.php

seQura, version 3.0.2. 21 lines.

- Page: https://pluginprobe.com/plugins/sequra/3.0.2/code/src/Controllers/Hooks/Process/interface-async-process-controller.php
- Raw: https://pluginprobe.com/plugins/sequra/3.0.2/raw/src/Controllers/Hooks/Process/interface-async-process-controller.php
- Modified: 2024-10-29T15:19:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sequra/3.0.2/code/src/Controllers/Hooks/Process/interface-async-process-controller.php#L10-L20`.

```php
<?php
/**
 * Async Process Controller interface
 *
 * @package    SeQura/WC
 * @subpackage SeQura/WC/Controllers
 */

namespace SeQura\WC\Controllers\Hooks\Process;

/**
 * Async Process Controller interface
 */
interface Interface_Async_Process_Controller {

	/**
	 * Send the delivery report
	 */
	public function send_delivery_report(): void;
}

```
