@tauri-apps/plugin-autostart
このコンテンツはまだ日本語訳がありません。
function disable(): Promise<void>
Promise
<void
>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/autostart/guest-js/index.ts#L15
function enable(): Promise<void>
Promise
<void
>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/autostart/guest-js/index.ts#L11
function isEnabled(): Promise<boolean>
Promise
<boolean
>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/autostart/guest-js/index.ts#L7
© 2025 Tauri Contributors. CC-BY / MIT