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

seQura, version trunk. 23 lines.

- Page: https://pluginprobe.com/plugins/sequra/trunk/code/src/Controllers/Hooks/Process/interface-async-process-controller.php
- Raw: https://pluginprobe.com/plugins/sequra/trunk/raw/src/Controllers/Hooks/Process/interface-async-process-controller.php
- Modified: 2024-12-04T15:55:12+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/trunk/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
	 * 
	 * @return void
	 */
	public function send_delivery_report();
}

```
