--- 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/core/types/plugins.ts:54](https://github.com/sern-handler/handler/blob/941e1ea/src/core/types/plugins.ts#L54) ___ ### stop • **stop**: () => `Err`<`void`\> #### Type declaration ▸ (): `Err`<`void`\> ##### Returns `Err`<`void`\> #### Defined in [src/core/types/plugins.ts:55](https://github.com/sern-handler/handler/blob/941e1ea/src/core/types/plugins.ts#L55)