@tauri-apps/plugin-autostart
Ce contenu n’est pas encore disponible dans votre langue.
Functions
Section titled “Functions”disable()
Section titled “disable()”function disable(): Promise<void>Returns
Section titled “Returns”Promise<void>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/autostart/guest-js/index.ts#L15
enable()
Section titled “enable()”function enable(): Promise<void>Returns
Section titled “Returns”Promise<void>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/autostart/guest-js/index.ts#L11
isEnabled()
Section titled “isEnabled()”function isEnabled(): Promise<boolean>Returns
Section titled “Returns”Promise<boolean>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/autostart/guest-js/index.ts#L7
© 2026 Tauri Contributors. CC-BY / MIT