--- id: "Controller" title: "Interface: Controller" sidebar_label: "Controller" sidebar_position: 0 custom_edit_url: null --- ## Properties ### next • **next**: () => `Ok`<`void`\> #### Type declaration ▸ (): `Ok`<`void`\> ##### Returns `Ok`<`void`\> #### Defined in [src/handler/plugins/plugin.ts:26](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/plugins/plugin.ts#L26) ___ ### stop • **stop**: () => `Err`<`void`\> #### Type declaration ▸ (): `Err`<`void`\> ##### Returns `Err`<`void`\> #### Defined in [src/handler/plugins/plugin.ts:27](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/plugins/plugin.ts#L27)