--- 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/types/core-plugin.ts:59](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/types/core-plugin.ts#L59) ___ ### stop • **stop**: () => `Err`<`void`\> #### Type declaration ▸ (): `Err`<`void`\> ##### Returns `Err`<`void`\> #### Defined in [src/types/core-plugin.ts:60](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/types/core-plugin.ts#L60)