--- 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:29](https://github.com/sern-handler/handler/blob/2009593/src/handler/plugins/plugin.ts#L29) ___ ### stop • **stop**: () => `Err`<`void`\> #### Type declaration ▸ (): `Err`<`void`\> ##### Returns `Err`<`void`\> #### Defined in [src/handler/plugins/plugin.ts:30](https://github.com/sern-handler/handler/blob/2009593/src/handler/plugins/plugin.ts#L30)