manageos 2.3.2 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -57
- package/package.json +26 -49
- package/packages/windows/BUILD_TOOLS/build.bat +55 -0
- package/packages/windows/BUILD_TOOLS/clean.bat +14 -0
- package/packages/windows/BUILD_TOOLS/commands.json +54 -0
- package/{dist → packages/windows/dist}/Keyboard/keyboard.exe +0 -0
- package/{dist → packages/windows/dist}/Mouse/mouse.exe +0 -0
- package/{dist → packages/windows/dist}/Server/HTTP/http.exe +0 -0
- package/{dist → packages/windows/dist}/index.d.ts +1 -1
- package/{dist → packages/windows/dist}/index.d.ts.map +1 -1
- package/{dist → packages/windows/dist}/index.js +1 -1
- package/{dist → packages/windows/dist}/index.js.map +1 -1
- package/packages/windows/docs/.nojekyll +1 -0
- package/packages/windows/docs/assets/hierarchy.js +1 -0
- package/packages/windows/docs/assets/highlight.css +22 -0
- package/packages/windows/docs/assets/icons.js +18 -0
- package/packages/windows/docs/assets/icons.svg +1 -0
- package/packages/windows/docs/assets/main.js +60 -0
- package/packages/windows/docs/assets/material-style.css +261 -0
- package/packages/windows/docs/assets/navigation.js +1 -0
- package/packages/windows/docs/assets/search.js +1 -0
- package/packages/windows/docs/assets/style.css +1633 -0
- package/packages/windows/docs/classes/Android.default.html +215 -0
- package/packages/windows/docs/classes/Android_adb.default.html +215 -0
- package/packages/windows/docs/classes/Android_fastboot.default.html +215 -0
- package/packages/windows/docs/classes/Keyboard.default.html +215 -0
- package/packages/windows/docs/classes/Mouse.default.html +215 -0
- package/packages/windows/docs/classes/PsExec.default.html +217 -0
- package/packages/windows/docs/classes/PsExec_psexec.default.html +215 -0
- package/packages/windows/docs/classes/PsExec_psfile.default.html +215 -0
- package/packages/windows/docs/classes/PsExec_psgetsid.default.html +215 -0
- package/packages/windows/docs/classes/PsExec_psinfo.default.html +215 -0
- package/packages/windows/docs/classes/Server.default.html +215 -0
- package/packages/windows/docs/classes/Server_FTP.default.html +215 -0
- package/packages/windows/docs/classes/Server_HTTP.default.html +215 -0
- package/packages/windows/docs/classes/antivirus.default.html +215 -0
- package/packages/windows/docs/classes/audio.default.html +215 -0
- package/packages/windows/docs/classes/auditpolicy.default.html +215 -0
- package/packages/windows/docs/classes/bitlocker.default.html +215 -0
- package/packages/windows/docs/classes/camera.default.html +215 -0
- package/packages/windows/docs/classes/certificates.default.html +215 -0
- package/packages/windows/docs/classes/clipboard.default.html +215 -0
- package/packages/windows/docs/classes/encryption.default.html +220 -0
- package/packages/windows/docs/classes/eventlogs.default.html +217 -0
- package/packages/windows/docs/classes/filesystem.default.html +215 -0
- package/packages/windows/docs/classes/firewall.default.html +215 -0
- package/packages/windows/docs/classes/index.default.html +250 -0
- package/packages/windows/docs/classes/joystick.default.html +215 -0
- package/packages/windows/docs/classes/localization.default.html +215 -0
- package/packages/windows/docs/classes/microphone.default.html +215 -0
- package/packages/windows/docs/classes/msconfig.default.html +215 -0
- package/packages/windows/docs/classes/network.default.html +215 -0
- package/packages/windows/docs/classes/notification.default.html +215 -0
- package/packages/windows/docs/classes/power.default.html +215 -0
- package/packages/windows/docs/classes/printer.default.html +215 -0
- package/packages/windows/docs/classes/regedit.default.html +219 -0
- package/packages/windows/docs/classes/scheduler.default.html +215 -0
- package/packages/windows/docs/classes/screen.default.html +325 -0
- package/packages/windows/docs/classes/secpol.default.html +215 -0
- package/packages/windows/docs/classes/services.default.html +215 -0
- package/packages/windows/docs/classes/shell.default.html +217 -0
- package/packages/windows/docs/classes/startup.default.html +215 -0
- package/packages/windows/docs/classes/taskmgr.default.html +215 -0
- package/packages/windows/docs/classes/taskscheduler.default.html +215 -0
- package/packages/windows/docs/classes/uac.default.html +215 -0
- package/packages/windows/docs/classes/usb.default.html +215 -0
- package/packages/windows/docs/classes/users.default.html +235 -0
- package/packages/windows/docs/classes/windowsupdate.default.html +215 -0
- package/packages/windows/docs/functions/systeminfo.default.html +212 -0
- package/packages/windows/docs/hierarchy.html +212 -0
- package/packages/windows/docs/index.html +212 -0
- package/packages/windows/docs/interfaces/Server_FTP.FTPOptions.html +225 -0
- package/packages/windows/docs/interfaces/joystick.JoystickDevice.html +218 -0
- package/packages/windows/docs/interfaces/taskscheduler.TaskInfo.html +241 -0
- package/packages/windows/docs/modules/Android.html +212 -0
- package/packages/windows/docs/modules/Android_adb.html +212 -0
- package/packages/windows/docs/modules/Android_fastboot.html +212 -0
- package/packages/windows/docs/modules/Keyboard.html +212 -0
- package/packages/windows/docs/modules/Mouse.html +212 -0
- package/packages/windows/docs/modules/PsExec.html +212 -0
- package/packages/windows/docs/modules/PsExec_psexec.html +212 -0
- package/packages/windows/docs/modules/PsExec_psfile.html +212 -0
- package/packages/windows/docs/modules/PsExec_psgetsid.html +212 -0
- package/packages/windows/docs/modules/PsExec_psinfo.html +212 -0
- package/packages/windows/docs/modules/Server.html +212 -0
- package/packages/windows/docs/modules/Server_FTP.html +212 -0
- package/packages/windows/docs/modules/Server_HTTP.html +212 -0
- package/packages/windows/docs/modules/antivirus.html +212 -0
- package/packages/windows/docs/modules/audio.html +212 -0
- package/packages/windows/docs/modules/auditpolicy.html +212 -0
- package/packages/windows/docs/modules/bitlocker.html +212 -0
- package/packages/windows/docs/modules/camera.html +212 -0
- package/packages/windows/docs/modules/certificates.html +212 -0
- package/packages/windows/docs/modules/clipboard.html +212 -0
- package/packages/windows/docs/modules/encryption.html +212 -0
- package/packages/windows/docs/modules/eventlogs.html +212 -0
- package/packages/windows/docs/modules/filesystem.html +212 -0
- package/packages/windows/docs/modules/firewall.html +212 -0
- package/packages/windows/docs/modules/index-1.html +212 -0
- package/packages/windows/docs/modules/index.html +212 -0
- package/packages/windows/docs/modules/joystick.html +212 -0
- package/packages/windows/docs/modules/localization.html +212 -0
- package/packages/windows/docs/modules/microphone.html +212 -0
- package/packages/windows/docs/modules/msconfig.html +212 -0
- package/packages/windows/docs/modules/network.html +212 -0
- package/packages/windows/docs/modules/notification.html +212 -0
- package/packages/windows/docs/modules/power.html +212 -0
- package/packages/windows/docs/modules/printer.html +212 -0
- package/packages/windows/docs/modules/regedit.html +212 -0
- package/packages/windows/docs/modules/scheduler.html +212 -0
- package/packages/windows/docs/modules/screen.html +212 -0
- package/packages/windows/docs/modules/secpol.html +212 -0
- package/packages/windows/docs/modules/services.html +212 -0
- package/packages/windows/docs/modules/shell.html +212 -0
- package/packages/windows/docs/modules/startup.html +212 -0
- package/packages/windows/docs/modules/systeminfo.html +212 -0
- package/packages/windows/docs/modules/taskmgr.html +212 -0
- package/packages/windows/docs/modules/taskscheduler.html +212 -0
- package/packages/windows/docs/modules/uac.html +212 -0
- package/packages/windows/docs/modules/usb.html +212 -0
- package/packages/windows/docs/modules/users.html +212 -0
- package/packages/windows/docs/modules/windowsupdate.html +212 -0
- package/packages/windows/docs/openapi.json +25925 -0
- package/packages/windows/docs/types/PsExec_psexec.PsExecOptions.html +231 -0
- package/packages/windows/docs/types/PsExec_psfile.PsFileOptions.html +219 -0
- package/packages/windows/docs/types/PsExec_psgetsid.PsGetSidOptions.html +218 -0
- package/packages/windows/docs/types/PsExec_psinfo.PsInfoOptions.html +222 -0
- package/packages/windows/docs/types/joystick.JoystickDataCallback.html +212 -0
- package/packages/windows/docs/types/windowsupdate.Parser.html +212 -0
- package/packages/windows/package.json +60 -0
- package/packages/windows/scripts/install-os-deps.js +0 -0
- package/packages/windows/src/Android/adb.ts +1398 -0
- package/packages/windows/src/Android/dependencies/AdbWinApi.dll +0 -0
- package/packages/windows/src/Android/dependencies/AdbWinUsbApi.dll +0 -0
- package/packages/windows/src/Android/dependencies/adb.exe +0 -0
- package/packages/windows/src/Android/dependencies/cmd-here.exe +0 -0
- package/packages/windows/src/Android/dependencies/fastboot.exe +0 -0
- package/packages/windows/src/Android/fastboot.ts +217 -0
- package/packages/windows/src/Android/index.ts +7 -0
- package/packages/windows/src/Keyboard/index.ts +139 -0
- package/packages/windows/src/Keyboard/keyboard.c +181 -0
- package/packages/windows/src/Mouse/index.ts +173 -0
- package/packages/windows/src/Mouse/mouse.c +239 -0
- package/packages/windows/src/PsExec/dependencies/PsExec.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsExec64.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsGetsid.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsGetsid64.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsInfo.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsInfo64.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/psfile.exe +0 -0
- package/packages/windows/src/PsExec/index.ts +11 -0
- package/packages/windows/src/PsExec/psexec.ts +129 -0
- package/packages/windows/src/PsExec/psfile.ts +110 -0
- package/packages/windows/src/PsExec/psgetsid.ts +111 -0
- package/packages/windows/src/PsExec/psinfo.ts +123 -0
- package/packages/windows/src/Server/FTP.ts +165 -0
- package/packages/windows/src/Server/HTTP/http.c +226 -0
- package/packages/windows/src/Server/HTTP/index.ts +51 -0
- package/packages/windows/src/Server/index.ts +7 -0
- package/packages/windows/src/antivirus.ts +139 -0
- package/packages/windows/src/audio.ts +195 -0
- package/packages/windows/src/auditpolicy.ts +125 -0
- package/packages/windows/src/bitlocker.ts +257 -0
- package/packages/windows/src/camera.ts +229 -0
- package/packages/windows/src/certificates.ts +154 -0
- package/packages/windows/src/clipboard.ts +52 -0
- package/packages/windows/src/encryption.ts +56 -0
- package/packages/windows/src/eventlogs.ts +179 -0
- package/packages/windows/src/filesystem.ts +166 -0
- package/packages/windows/src/firewall.ts +143 -0
- package/packages/windows/src/index.ts +77 -0
- package/packages/windows/src/joystick.ts +87 -0
- package/packages/windows/src/localization.ts +133 -0
- package/packages/windows/src/microphone.ts +132 -0
- package/packages/windows/src/msconfig.ts +233 -0
- package/packages/windows/src/network.ts +466 -0
- package/packages/windows/src/notification.ts +196 -0
- package/packages/windows/src/power.ts +62 -0
- package/packages/windows/src/printer.ts +225 -0
- package/packages/windows/src/regedit.ts +73 -0
- package/packages/windows/src/scheduler.ts +152 -0
- package/packages/windows/src/screen.ts +1229 -0
- package/packages/windows/src/secpol.ts +99 -0
- package/packages/windows/src/services.ts +371 -0
- package/packages/windows/src/shell.ts +227 -0
- package/packages/windows/src/startup.ts +91 -0
- package/packages/windows/src/systeminfo.ts +35 -0
- package/packages/windows/src/taskmgr.ts +212 -0
- package/packages/windows/src/taskscheduler.ts +401 -0
- package/packages/windows/src/uac.ts +83 -0
- package/packages/windows/src/usb.ts +224 -0
- package/packages/windows/src/users.ts +409 -0
- package/packages/windows/src/windowsupdate.ts +188 -0
- package/packages/windows/tsconfig.json +23 -0
- package/packages/windows/typedoc.json +18 -0
- package/packages/windows/types/regedit.d.ts +9 -0
- package/packages/windows/types/ssh2-sftp-server.d.ts +80 -0
- package/scripts/postinstall.js +28 -0
- package/src/index.ts +17 -0
- package/tsconfig.json +23 -0
- /package/{dist → packages/windows/dist}/Android/adb.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Android/adb.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Android/adb.js +0 -0
- /package/{dist → packages/windows/dist}/Android/adb.js.map +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/AdbWinApi.dll +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/AdbWinUsbApi.dll +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/adb.exe +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/cmd-here.exe +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/fastboot.exe +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.js +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.js.map +0 -0
- /package/{dist → packages/windows/dist}/Android/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Android/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Android/index.js +0 -0
- /package/{dist → packages/windows/dist}/Android/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/Keyboard/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Keyboard/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Keyboard/index.js +0 -0
- /package/{dist → packages/windows/dist}/Keyboard/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.js +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsExec.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsExec64.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsGetsid.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsGetsid64.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsInfo.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsInfo64.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/psfile.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.js.map +0 -0
- /package/{dist → packages/windows/dist}/Server/FTP.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Server/FTP.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Server/FTP.js +0 -0
- /package/{dist → packages/windows/dist}/Server/FTP.js.map +0 -0
- /package/{dist → packages/windows/dist}/Server/HTTP/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Server/HTTP/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Server/HTTP/index.js +0 -0
- /package/{dist → packages/windows/dist}/Server/HTTP/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/Server/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Server/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Server/index.js +0 -0
- /package/{dist → packages/windows/dist}/Server/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/antivirus.d.ts +0 -0
- /package/{dist → packages/windows/dist}/antivirus.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/antivirus.js +0 -0
- /package/{dist → packages/windows/dist}/antivirus.js.map +0 -0
- /package/{dist → packages/windows/dist}/audio.d.ts +0 -0
- /package/{dist → packages/windows/dist}/audio.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/audio.js +0 -0
- /package/{dist → packages/windows/dist}/audio.js.map +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.d.ts +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.js +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.js.map +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.d.ts +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.js +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.js.map +0 -0
- /package/{dist → packages/windows/dist}/camera.d.ts +0 -0
- /package/{dist → packages/windows/dist}/camera.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/camera.js +0 -0
- /package/{dist → packages/windows/dist}/camera.js.map +0 -0
- /package/{dist → packages/windows/dist}/certificates.d.ts +0 -0
- /package/{dist → packages/windows/dist}/certificates.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/certificates.js +0 -0
- /package/{dist → packages/windows/dist}/certificates.js.map +0 -0
- /package/{dist → packages/windows/dist}/clipboard.d.ts +0 -0
- /package/{dist → packages/windows/dist}/clipboard.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/clipboard.js +0 -0
- /package/{dist → packages/windows/dist}/clipboard.js.map +0 -0
- /package/{dist → packages/windows/dist}/encryption.d.ts +0 -0
- /package/{dist → packages/windows/dist}/encryption.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/encryption.js +0 -0
- /package/{dist → packages/windows/dist}/encryption.js.map +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.d.ts +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.js +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.js.map +0 -0
- /package/{dist → packages/windows/dist}/filesystem.d.ts +0 -0
- /package/{dist → packages/windows/dist}/filesystem.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/filesystem.js +0 -0
- /package/{dist → packages/windows/dist}/filesystem.js.map +0 -0
- /package/{dist → packages/windows/dist}/firewall.d.ts +0 -0
- /package/{dist → packages/windows/dist}/firewall.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/firewall.js +0 -0
- /package/{dist → packages/windows/dist}/firewall.js.map +0 -0
- /package/{dist → packages/windows/dist}/joystick.d.ts +0 -0
- /package/{dist → packages/windows/dist}/joystick.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/joystick.js +0 -0
- /package/{dist → packages/windows/dist}/joystick.js.map +0 -0
- /package/{dist → packages/windows/dist}/localization.d.ts +0 -0
- /package/{dist → packages/windows/dist}/localization.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/localization.js +0 -0
- /package/{dist → packages/windows/dist}/localization.js.map +0 -0
- /package/{dist → packages/windows/dist}/microphone.d.ts +0 -0
- /package/{dist → packages/windows/dist}/microphone.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/microphone.js +0 -0
- /package/{dist → packages/windows/dist}/microphone.js.map +0 -0
- /package/{dist → packages/windows/dist}/msconfig.d.ts +0 -0
- /package/{dist → packages/windows/dist}/msconfig.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/msconfig.js +0 -0
- /package/{dist → packages/windows/dist}/msconfig.js.map +0 -0
- /package/{dist → packages/windows/dist}/network.d.ts +0 -0
- /package/{dist → packages/windows/dist}/network.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/network.js +0 -0
- /package/{dist → packages/windows/dist}/network.js.map +0 -0
- /package/{dist → packages/windows/dist}/notification.d.ts +0 -0
- /package/{dist → packages/windows/dist}/notification.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/notification.js +0 -0
- /package/{dist → packages/windows/dist}/notification.js.map +0 -0
- /package/{dist → packages/windows/dist}/power.d.ts +0 -0
- /package/{dist → packages/windows/dist}/power.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/power.js +0 -0
- /package/{dist → packages/windows/dist}/power.js.map +0 -0
- /package/{dist → packages/windows/dist}/printer.d.ts +0 -0
- /package/{dist → packages/windows/dist}/printer.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/printer.js +0 -0
- /package/{dist → packages/windows/dist}/printer.js.map +0 -0
- /package/{dist → packages/windows/dist}/regedit.d.ts +0 -0
- /package/{dist → packages/windows/dist}/regedit.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/regedit.js +0 -0
- /package/{dist → packages/windows/dist}/regedit.js.map +0 -0
- /package/{dist → packages/windows/dist}/scheduler.d.ts +0 -0
- /package/{dist → packages/windows/dist}/scheduler.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/scheduler.js +0 -0
- /package/{dist → packages/windows/dist}/scheduler.js.map +0 -0
- /package/{dist → packages/windows/dist}/screen.d.ts +0 -0
- /package/{dist → packages/windows/dist}/screen.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/screen.js +0 -0
- /package/{dist → packages/windows/dist}/screen.js.map +0 -0
- /package/{dist → packages/windows/dist}/secpol.d.ts +0 -0
- /package/{dist → packages/windows/dist}/secpol.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/secpol.js +0 -0
- /package/{dist → packages/windows/dist}/secpol.js.map +0 -0
- /package/{dist → packages/windows/dist}/services.d.ts +0 -0
- /package/{dist → packages/windows/dist}/services.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/services.js +0 -0
- /package/{dist → packages/windows/dist}/services.js.map +0 -0
- /package/{dist → packages/windows/dist}/shell.d.ts +0 -0
- /package/{dist → packages/windows/dist}/shell.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/shell.js +0 -0
- /package/{dist → packages/windows/dist}/shell.js.map +0 -0
- /package/{dist → packages/windows/dist}/startup.d.ts +0 -0
- /package/{dist → packages/windows/dist}/startup.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/startup.js +0 -0
- /package/{dist → packages/windows/dist}/startup.js.map +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.d.ts +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.js +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.js.map +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.d.ts +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.js +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.js.map +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.d.ts +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.js +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.js.map +0 -0
- /package/{dist → packages/windows/dist}/uac.d.ts +0 -0
- /package/{dist → packages/windows/dist}/uac.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/uac.js +0 -0
- /package/{dist → packages/windows/dist}/uac.js.map +0 -0
- /package/{dist → packages/windows/dist}/usb.d.ts +0 -0
- /package/{dist → packages/windows/dist}/usb.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/usb.js +0 -0
- /package/{dist → packages/windows/dist}/usb.js.map +0 -0
- /package/{dist → packages/windows/dist}/users.d.ts +0 -0
- /package/{dist → packages/windows/dist}/users.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/users.js +0 -0
- /package/{dist → packages/windows/dist}/users.js.map +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.d.ts +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.js +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.js.map +0 -0
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>TaskInfo | @tizianoluziramos/windows</title><meta name="description" content="Documentation for ManageOS"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><style>
|
|
2
|
+
@media (prefers-color-scheme: dark) {
|
|
3
|
+
:root {
|
|
4
|
+
--md-sys-color-primary: #adc7ff;
|
|
5
|
+
--md-sys-color-on-primary: #002e68;
|
|
6
|
+
--md-sys-color-primary-container: #004493;
|
|
7
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
8
|
+
--md-sys-color-secondary: #bec6dc;
|
|
9
|
+
--md-sys-color-on-secondary: #283041;
|
|
10
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
11
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
12
|
+
--md-sys-color-tertiary: #debcdf;
|
|
13
|
+
--md-sys-color-on-tertiary: #402843;
|
|
14
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
15
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
16
|
+
--md-sys-color-error: #ffb4ab;
|
|
17
|
+
--md-sys-color-on-error: #690005;
|
|
18
|
+
--md-sys-color-error-container: #93000a;
|
|
19
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
20
|
+
--md-sys-color-background: #1b1b1f;
|
|
21
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
22
|
+
--md-sys-color-surface: #1b1b1f;
|
|
23
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
24
|
+
--md-sys-color-surface-variant: #44474f;
|
|
25
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
26
|
+
--md-sys-color-outline: #8e9099;
|
|
27
|
+
--md-sys-color-outline-variant: #44474f;
|
|
28
|
+
--md-sys-color-shadow: #000000;
|
|
29
|
+
--md-sys-color-scrim: #000000;
|
|
30
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
31
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
32
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
33
|
+
--md-sys-color-surface-dim: #121316;
|
|
34
|
+
--md-sys-color-surface-bright: #38393c;
|
|
35
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
36
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
37
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
38
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
39
|
+
--md-sys-color-surface-container-highest: #343538
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
:root[data-theme="dark"] {
|
|
43
|
+
--md-sys-color-primary: #adc7ff;
|
|
44
|
+
--md-sys-color-on-primary: #002e68;
|
|
45
|
+
--md-sys-color-primary-container: #004493;
|
|
46
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
47
|
+
--md-sys-color-secondary: #bec6dc;
|
|
48
|
+
--md-sys-color-on-secondary: #283041;
|
|
49
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
50
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
51
|
+
--md-sys-color-tertiary: #debcdf;
|
|
52
|
+
--md-sys-color-on-tertiary: #402843;
|
|
53
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
54
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
55
|
+
--md-sys-color-error: #ffb4ab;
|
|
56
|
+
--md-sys-color-on-error: #690005;
|
|
57
|
+
--md-sys-color-error-container: #93000a;
|
|
58
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
59
|
+
--md-sys-color-background: #1b1b1f;
|
|
60
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
61
|
+
--md-sys-color-surface: #1b1b1f;
|
|
62
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
63
|
+
--md-sys-color-surface-variant: #44474f;
|
|
64
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
65
|
+
--md-sys-color-outline: #8e9099;
|
|
66
|
+
--md-sys-color-outline-variant: #44474f;
|
|
67
|
+
--md-sys-color-shadow: #000000;
|
|
68
|
+
--md-sys-color-scrim: #000000;
|
|
69
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
70
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
71
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
72
|
+
--md-sys-color-surface-dim: #121316;
|
|
73
|
+
--md-sys-color-surface-bright: #38393c;
|
|
74
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
75
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
76
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
77
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
78
|
+
--md-sys-color-surface-container-highest: #343538
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media (prefers-color-scheme: light) {
|
|
82
|
+
:root {
|
|
83
|
+
--md-sys-color-primary: #005bc0;
|
|
84
|
+
--md-sys-color-on-primary: #ffffff;
|
|
85
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
86
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
87
|
+
--md-sys-color-secondary: #565e71;
|
|
88
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
89
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
90
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
91
|
+
--md-sys-color-tertiary: #715574;
|
|
92
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
93
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
94
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
95
|
+
--md-sys-color-error: #ba1a1a;
|
|
96
|
+
--md-sys-color-on-error: #ffffff;
|
|
97
|
+
--md-sys-color-error-container: #ffdad6;
|
|
98
|
+
--md-sys-color-on-error-container: #410002;
|
|
99
|
+
--md-sys-color-background: #fefbff;
|
|
100
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
101
|
+
--md-sys-color-surface: #fefbff;
|
|
102
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
103
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
104
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
105
|
+
--md-sys-color-outline: #74777f;
|
|
106
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
107
|
+
--md-sys-color-shadow: #000000;
|
|
108
|
+
--md-sys-color-scrim: #000000;
|
|
109
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
110
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
111
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
112
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
113
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
114
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
115
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
116
|
+
--md-sys-color-surface-container: #efedf1;
|
|
117
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
118
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
:root[data-theme="light"] {
|
|
122
|
+
--md-sys-color-primary: #005bc0;
|
|
123
|
+
--md-sys-color-on-primary: #ffffff;
|
|
124
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
125
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
126
|
+
--md-sys-color-secondary: #565e71;
|
|
127
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
128
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
129
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
130
|
+
--md-sys-color-tertiary: #715574;
|
|
131
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
132
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
133
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
134
|
+
--md-sys-color-error: #ba1a1a;
|
|
135
|
+
--md-sys-color-on-error: #ffffff;
|
|
136
|
+
--md-sys-color-error-container: #ffdad6;
|
|
137
|
+
--md-sys-color-on-error-container: #410002;
|
|
138
|
+
--md-sys-color-background: #fefbff;
|
|
139
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
140
|
+
--md-sys-color-surface: #fefbff;
|
|
141
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
142
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
143
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
144
|
+
--md-sys-color-outline: #74777f;
|
|
145
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
146
|
+
--md-sys-color-shadow: #000000;
|
|
147
|
+
--md-sys-color-scrim: #000000;
|
|
148
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
149
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
150
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
151
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
152
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
153
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
154
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
155
|
+
--md-sys-color-surface-container: #efedf1;
|
|
156
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
157
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
158
|
+
}
|
|
159
|
+
</style><link rel="stylesheet" href="../assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">ManageOS</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/taskscheduler.html">taskscheduler</a></li><li><a href="" aria-current="page">TaskInfo</a></li></ul><h1>Interface TaskInfo</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">TaskInfo</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#author">Author</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#comment">Comment</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#days">Days</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#deletetaskifnotrescheduled">DeleteTaskIfNotRescheduled</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#enddate">EndDate</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#folder">Folder</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#hostname">HostName</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#idletime">IdleTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#lastresult">LastResult</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#lastruntime">LastRunTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#logonmode">LogonMode</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#months">Months</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#nextruntime">NextRunTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#powermanagement">PowerManagement</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#repeatevery">RepeatEvery</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#repeatstopifstillrunning">RepeatStopIfStillRunning</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#repeatuntilduration">RepeatUntilDuration</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#repeatuntiltime">RepeatUntilTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#runasuser">RunAsUser</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#schedule">Schedule</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#scheduledtaskstate">ScheduledTaskState</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#scheduletype">ScheduleType</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#startdate">StartDate</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#startin">StartIn</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#starttime">StartTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#status">Status</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#stoptaskifrunsxhoursxmins">StopTaskIfRunsXHoursXMins</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#taskname">TaskName</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#tasktorun">TaskToRun</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:3</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#author" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Author?</span></a>
|
|
160
|
+
<a href="#comment" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Comment?</span></a>
|
|
161
|
+
<a href="#days" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Days?</span></a>
|
|
162
|
+
<a href="#deletetaskifnotrescheduled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Delete<wbr/>Task<wbr/>If<wbr/>Not<wbr/>Rescheduled?</span></a>
|
|
163
|
+
<a href="#enddate" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>End<wbr/>Date?</span></a>
|
|
164
|
+
<a href="#folder" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Folder?</span></a>
|
|
165
|
+
<a href="#hostname" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Host<wbr/>Name?</span></a>
|
|
166
|
+
<a href="#idletime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Idle<wbr/>Time?</span></a>
|
|
167
|
+
<a href="#lastresult" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Last<wbr/>Result?</span></a>
|
|
168
|
+
<a href="#lastruntime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Last<wbr/>Run<wbr/>Time?</span></a>
|
|
169
|
+
<a href="#logonmode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Logon<wbr/>Mode?</span></a>
|
|
170
|
+
<a href="#months" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Months?</span></a>
|
|
171
|
+
<a href="#nextruntime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Next<wbr/>Run<wbr/>Time?</span></a>
|
|
172
|
+
<a href="#powermanagement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Power<wbr/>Management?</span></a>
|
|
173
|
+
<a href="#repeatevery" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Every?</span></a>
|
|
174
|
+
<a href="#repeatstopifstillrunning" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Stop<wbr/>If<wbr/>Still<wbr/>Running?</span></a>
|
|
175
|
+
<a href="#repeatuntilduration" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Until<wbr/>Duration?</span></a>
|
|
176
|
+
<a href="#repeatuntiltime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Until<wbr/>Time?</span></a>
|
|
177
|
+
<a href="#runasuser" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Run<wbr/>As<wbr/>User?</span></a>
|
|
178
|
+
<a href="#schedule" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Schedule?</span></a>
|
|
179
|
+
<a href="#scheduledtaskstate" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Scheduled<wbr/>Task<wbr/>State?</span></a>
|
|
180
|
+
<a href="#scheduletype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Schedule<wbr/>Type?</span></a>
|
|
181
|
+
<a href="#startdate" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Start<wbr/>Date?</span></a>
|
|
182
|
+
<a href="#startin" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Start<wbr/>In?</span></a>
|
|
183
|
+
<a href="#starttime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Start<wbr/>Time?</span></a>
|
|
184
|
+
<a href="#status" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Status?</span></a>
|
|
185
|
+
<a href="#stoptaskifrunsxhoursxmins" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Stop<wbr/>Task<wbr/>If<wbr/>Runs<wbr/>X<wbr/>Hours<wbr/>X<wbr/>Mins?</span></a>
|
|
186
|
+
<a href="#taskname" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Task<wbr/>Name?</span></a>
|
|
187
|
+
<a href="#tasktorun" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Task<wbr/>To<wbr/>Run?</span></a>
|
|
188
|
+
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="author"><code class="tsd-tag">Optional</code><span>Author</span><a href="#author" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Author</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:12</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="comment"><code class="tsd-tag">Optional</code><span>Comment</span><a href="#comment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Comment</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:15</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="days"><code class="tsd-tag">Optional</code><span>Days</span><a href="#days" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Days</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:27</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="deletetaskifnotrescheduled"><code class="tsd-tag">Optional</code><span>Delete<wbr/>Task<wbr/>If<wbr/>Not<wbr/>Rescheduled</span><a href="#deletetaskifnotrescheduled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">DeleteTaskIfNotRescheduled</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:20</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="enddate"><code class="tsd-tag">Optional</code><span>End<wbr/>Date</span><a href="#enddate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">EndDate</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:26</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="folder"><code class="tsd-tag">Optional</code><span>Folder</span><a href="#folder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Folder</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:4</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="hostname"><code class="tsd-tag">Optional</code><span>Host<wbr/>Name</span><a href="#hostname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">HostName</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:5</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="idletime"><code class="tsd-tag">Optional</code><span>Idle<wbr/>Time</span><a href="#idletime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IdleTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:17</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="lastresult"><code class="tsd-tag">Optional</code><span>Last<wbr/>Result</span><a href="#lastresult" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LastResult</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:11</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="lastruntime"><code class="tsd-tag">Optional</code><span>Last<wbr/>Run<wbr/>Time</span><a href="#lastruntime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LastRunTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:10</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="logonmode"><code class="tsd-tag">Optional</code><span>Logon<wbr/>Mode</span><a href="#logonmode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LogonMode</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:9</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="months"><code class="tsd-tag">Optional</code><span>Months</span><a href="#months" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Months</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:28</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="nextruntime"><code class="tsd-tag">Optional</code><span>Next<wbr/>Run<wbr/>Time</span><a href="#nextruntime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">NextRunTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:7</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="powermanagement"><code class="tsd-tag">Optional</code><span>Power<wbr/>Management</span><a href="#powermanagement" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">PowerManagement</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:18</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="repeatevery"><code class="tsd-tag">Optional</code><span>Repeat<wbr/>Every</span><a href="#repeatevery" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">RepeatEvery</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:29</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="repeatstopifstillrunning"><code class="tsd-tag">Optional</code><span>Repeat<wbr/>Stop<wbr/>If<wbr/>Still<wbr/>Running</span><a href="#repeatstopifstillrunning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">RepeatStopIfStillRunning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:32</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="repeatuntilduration"><code class="tsd-tag">Optional</code><span>Repeat<wbr/>Until<wbr/>Duration</span><a href="#repeatuntilduration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">RepeatUntilDuration</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:31</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="repeatuntiltime"><code class="tsd-tag">Optional</code><span>Repeat<wbr/>Until<wbr/>Time</span><a href="#repeatuntiltime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">RepeatUntilTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:30</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="runasuser"><code class="tsd-tag">Optional</code><span>Run<wbr/>As<wbr/>User</span><a href="#runasuser" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">RunAsUser</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:19</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="schedule"><code class="tsd-tag">Optional</code><span>Schedule</span><a href="#schedule" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Schedule</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:22</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="scheduledtaskstate"><code class="tsd-tag">Optional</code><span>Scheduled<wbr/>Task<wbr/>State</span><a href="#scheduledtaskstate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ScheduledTaskState</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:16</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="scheduletype"><code class="tsd-tag">Optional</code><span>Schedule<wbr/>Type</span><a href="#scheduletype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ScheduleType</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:23</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="startdate"><code class="tsd-tag">Optional</code><span>Start<wbr/>Date</span><a href="#startdate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">StartDate</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:25</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="startin"><code class="tsd-tag">Optional</code><span>Start<wbr/>In</span><a href="#startin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">StartIn</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:14</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="starttime"><code class="tsd-tag">Optional</code><span>Start<wbr/>Time</span><a href="#starttime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">StartTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:24</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="status"><code class="tsd-tag">Optional</code><span>Status</span><a href="#status" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Status</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:8</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="stoptaskifrunsxhoursxmins"><code class="tsd-tag">Optional</code><span>Stop<wbr/>Task<wbr/>If<wbr/>Runs<wbr/>X<wbr/>Hours<wbr/>X<wbr/>Mins</span><a href="#stoptaskifrunsxhoursxmins" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">StopTaskIfRunsXHoursXMins</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:21</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="taskname"><code class="tsd-tag">Optional</code><span>Task<wbr/>Name</span><a href="#taskname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">TaskName</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:6</li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="tasktorun"><code class="tsd-tag">Optional</code><span>Task<wbr/>To<wbr/>Run</span><a href="#tasktorun" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">TaskToRun</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in taskscheduler.ts:13</li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#author"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Author</span></a><a href="#comment"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Comment</span></a><a href="#days"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Days</span></a><a href="#deletetaskifnotrescheduled"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Delete<wbr/>Task<wbr/>If<wbr/>Not<wbr/>Rescheduled</span></a><a href="#enddate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>End<wbr/>Date</span></a><a href="#folder"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Folder</span></a><a href="#hostname"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Host<wbr/>Name</span></a><a href="#idletime"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Idle<wbr/>Time</span></a><a href="#lastresult"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Last<wbr/>Result</span></a><a href="#lastruntime"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Last<wbr/>Run<wbr/>Time</span></a><a href="#logonmode"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Logon<wbr/>Mode</span></a><a href="#months"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Months</span></a><a href="#nextruntime"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Next<wbr/>Run<wbr/>Time</span></a><a href="#powermanagement"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Power<wbr/>Management</span></a><a href="#repeatevery"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Every</span></a><a href="#repeatstopifstillrunning"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Stop<wbr/>If<wbr/>Still<wbr/>Running</span></a><a href="#repeatuntilduration"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Until<wbr/>Duration</span></a><a href="#repeatuntiltime"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Repeat<wbr/>Until<wbr/>Time</span></a><a href="#runasuser"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Run<wbr/>As<wbr/>User</span></a><a href="#schedule"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Schedule</span></a><a href="#scheduledtaskstate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Scheduled<wbr/>Task<wbr/>State</span></a><a href="#scheduletype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Schedule<wbr/>Type</span></a><a href="#startdate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Start<wbr/>Date</span></a><a href="#startin"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Start<wbr/>In</span></a><a href="#starttime"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Start<wbr/>Time</span></a><a href="#status"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Status</span></a><a href="#stoptaskifrunsxhoursxmins"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Stop<wbr/>Task<wbr/>If<wbr/>Runs<wbr/>X<wbr/>Hours<wbr/>X<wbr/>Mins</span></a><a href="#taskname"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Task<wbr/>Name</span></a><a href="#tasktorun"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Task<wbr/>To<wbr/>Run</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">@tizianoluziramos/windows</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a> v0.28.13<br>
|
|
189
|
+
<span id="generation-date"></span>
|
|
190
|
+
<script>
|
|
191
|
+
window.GENERATION_DATE = 1761923602107;
|
|
192
|
+
|
|
193
|
+
(() => {
|
|
194
|
+
|
|
195
|
+
const formatter = new Intl.RelativeTimeFormat('en', {
|
|
196
|
+
numeric: 'auto',
|
|
197
|
+
style: 'short',
|
|
198
|
+
});
|
|
199
|
+
|
|
200
|
+
const divisions = [
|
|
201
|
+
{ amount: 60, name: 'seconds' },
|
|
202
|
+
{ amount: 60, name: 'minutes' },
|
|
203
|
+
{ amount: 24, name: 'hours' },
|
|
204
|
+
{ amount: 7, name: 'days' },
|
|
205
|
+
{ amount: 4.34524, name: 'weeks' },
|
|
206
|
+
{ amount: 12, name: 'months' },
|
|
207
|
+
{ amount: Number.POSITIVE_INFINITY, name: 'years' }
|
|
208
|
+
];
|
|
209
|
+
|
|
210
|
+
function formatTimeAgo(date) {
|
|
211
|
+
let duration = (date - new Date()) / 1000;
|
|
212
|
+
|
|
213
|
+
for (const division of divisions) {
|
|
214
|
+
if (Math.abs(duration) < division.amount) {
|
|
215
|
+
return formatter.format(Math.round(duration), division.name);
|
|
216
|
+
}
|
|
217
|
+
duration /= division.amount;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
document.getElementById('generation-date').title = new Date(window.GENERATION_DATE).toLocaleString();
|
|
222
|
+
document.getElementById('generation-date').innerText = `Last modified ${formatTimeAgo(window.GENERATION_DATE)}`;
|
|
223
|
+
|
|
224
|
+
})();
|
|
225
|
+
</script>
|
|
226
|
+
</p></footer><div class="overlay"></div><script>
|
|
227
|
+
try {
|
|
228
|
+
const generateLinkElement = document.querySelector(".tsd-generator a");
|
|
229
|
+
const link = document.createElement("a");
|
|
230
|
+
Object.assign(link, {
|
|
231
|
+
href: "https://github.com/dmnsgn/typedoc-material-theme",
|
|
232
|
+
target: "_blank",
|
|
233
|
+
rel: "noreferrer",
|
|
234
|
+
innerText: "typedoc-material-theme."
|
|
235
|
+
});
|
|
236
|
+
generateLinkElement.insertAdjacentElement("afterend", link);
|
|
237
|
+
generateLinkElement.insertAdjacentText("afterend", " with ");
|
|
238
|
+
} catch (error) {
|
|
239
|
+
|
|
240
|
+
}
|
|
241
|
+
</script></body></html>
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Android | @tizianoluziramos/windows</title><meta name="description" content="Documentation for ManageOS"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><style>
|
|
2
|
+
@media (prefers-color-scheme: dark) {
|
|
3
|
+
:root {
|
|
4
|
+
--md-sys-color-primary: #adc7ff;
|
|
5
|
+
--md-sys-color-on-primary: #002e68;
|
|
6
|
+
--md-sys-color-primary-container: #004493;
|
|
7
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
8
|
+
--md-sys-color-secondary: #bec6dc;
|
|
9
|
+
--md-sys-color-on-secondary: #283041;
|
|
10
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
11
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
12
|
+
--md-sys-color-tertiary: #debcdf;
|
|
13
|
+
--md-sys-color-on-tertiary: #402843;
|
|
14
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
15
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
16
|
+
--md-sys-color-error: #ffb4ab;
|
|
17
|
+
--md-sys-color-on-error: #690005;
|
|
18
|
+
--md-sys-color-error-container: #93000a;
|
|
19
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
20
|
+
--md-sys-color-background: #1b1b1f;
|
|
21
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
22
|
+
--md-sys-color-surface: #1b1b1f;
|
|
23
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
24
|
+
--md-sys-color-surface-variant: #44474f;
|
|
25
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
26
|
+
--md-sys-color-outline: #8e9099;
|
|
27
|
+
--md-sys-color-outline-variant: #44474f;
|
|
28
|
+
--md-sys-color-shadow: #000000;
|
|
29
|
+
--md-sys-color-scrim: #000000;
|
|
30
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
31
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
32
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
33
|
+
--md-sys-color-surface-dim: #121316;
|
|
34
|
+
--md-sys-color-surface-bright: #38393c;
|
|
35
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
36
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
37
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
38
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
39
|
+
--md-sys-color-surface-container-highest: #343538
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
:root[data-theme="dark"] {
|
|
43
|
+
--md-sys-color-primary: #adc7ff;
|
|
44
|
+
--md-sys-color-on-primary: #002e68;
|
|
45
|
+
--md-sys-color-primary-container: #004493;
|
|
46
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
47
|
+
--md-sys-color-secondary: #bec6dc;
|
|
48
|
+
--md-sys-color-on-secondary: #283041;
|
|
49
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
50
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
51
|
+
--md-sys-color-tertiary: #debcdf;
|
|
52
|
+
--md-sys-color-on-tertiary: #402843;
|
|
53
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
54
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
55
|
+
--md-sys-color-error: #ffb4ab;
|
|
56
|
+
--md-sys-color-on-error: #690005;
|
|
57
|
+
--md-sys-color-error-container: #93000a;
|
|
58
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
59
|
+
--md-sys-color-background: #1b1b1f;
|
|
60
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
61
|
+
--md-sys-color-surface: #1b1b1f;
|
|
62
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
63
|
+
--md-sys-color-surface-variant: #44474f;
|
|
64
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
65
|
+
--md-sys-color-outline: #8e9099;
|
|
66
|
+
--md-sys-color-outline-variant: #44474f;
|
|
67
|
+
--md-sys-color-shadow: #000000;
|
|
68
|
+
--md-sys-color-scrim: #000000;
|
|
69
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
70
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
71
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
72
|
+
--md-sys-color-surface-dim: #121316;
|
|
73
|
+
--md-sys-color-surface-bright: #38393c;
|
|
74
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
75
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
76
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
77
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
78
|
+
--md-sys-color-surface-container-highest: #343538
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media (prefers-color-scheme: light) {
|
|
82
|
+
:root {
|
|
83
|
+
--md-sys-color-primary: #005bc0;
|
|
84
|
+
--md-sys-color-on-primary: #ffffff;
|
|
85
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
86
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
87
|
+
--md-sys-color-secondary: #565e71;
|
|
88
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
89
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
90
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
91
|
+
--md-sys-color-tertiary: #715574;
|
|
92
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
93
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
94
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
95
|
+
--md-sys-color-error: #ba1a1a;
|
|
96
|
+
--md-sys-color-on-error: #ffffff;
|
|
97
|
+
--md-sys-color-error-container: #ffdad6;
|
|
98
|
+
--md-sys-color-on-error-container: #410002;
|
|
99
|
+
--md-sys-color-background: #fefbff;
|
|
100
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
101
|
+
--md-sys-color-surface: #fefbff;
|
|
102
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
103
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
104
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
105
|
+
--md-sys-color-outline: #74777f;
|
|
106
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
107
|
+
--md-sys-color-shadow: #000000;
|
|
108
|
+
--md-sys-color-scrim: #000000;
|
|
109
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
110
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
111
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
112
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
113
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
114
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
115
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
116
|
+
--md-sys-color-surface-container: #efedf1;
|
|
117
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
118
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
:root[data-theme="light"] {
|
|
122
|
+
--md-sys-color-primary: #005bc0;
|
|
123
|
+
--md-sys-color-on-primary: #ffffff;
|
|
124
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
125
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
126
|
+
--md-sys-color-secondary: #565e71;
|
|
127
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
128
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
129
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
130
|
+
--md-sys-color-tertiary: #715574;
|
|
131
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
132
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
133
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
134
|
+
--md-sys-color-error: #ba1a1a;
|
|
135
|
+
--md-sys-color-on-error: #ffffff;
|
|
136
|
+
--md-sys-color-error-container: #ffdad6;
|
|
137
|
+
--md-sys-color-on-error-container: #410002;
|
|
138
|
+
--md-sys-color-background: #fefbff;
|
|
139
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
140
|
+
--md-sys-color-surface: #fefbff;
|
|
141
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
142
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
143
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
144
|
+
--md-sys-color-outline: #74777f;
|
|
145
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
146
|
+
--md-sys-color-shadow: #000000;
|
|
147
|
+
--md-sys-color-scrim: #000000;
|
|
148
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
149
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
150
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
151
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
152
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
153
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
154
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
155
|
+
--md-sys-color-surface-container: #efedf1;
|
|
156
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
157
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
158
|
+
}
|
|
159
|
+
</style><link rel="stylesheet" href="../assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">ManageOS</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">Android</a></li></ul><h1>Module Android</h1></div><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Classes"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Classes</h2></summary><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="default"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><a href="../classes/Android.default.html">default</a><a href="#default" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd></dl></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Classes"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Classes</summary><div><a href="#default"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><span>default</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">@tizianoluziramos/windows</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a> v0.28.13<br>
|
|
160
|
+
<span id="generation-date"></span>
|
|
161
|
+
<script>
|
|
162
|
+
window.GENERATION_DATE = 1761923601398;
|
|
163
|
+
|
|
164
|
+
(() => {
|
|
165
|
+
|
|
166
|
+
const formatter = new Intl.RelativeTimeFormat('en', {
|
|
167
|
+
numeric: 'auto',
|
|
168
|
+
style: 'short',
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
const divisions = [
|
|
172
|
+
{ amount: 60, name: 'seconds' },
|
|
173
|
+
{ amount: 60, name: 'minutes' },
|
|
174
|
+
{ amount: 24, name: 'hours' },
|
|
175
|
+
{ amount: 7, name: 'days' },
|
|
176
|
+
{ amount: 4.34524, name: 'weeks' },
|
|
177
|
+
{ amount: 12, name: 'months' },
|
|
178
|
+
{ amount: Number.POSITIVE_INFINITY, name: 'years' }
|
|
179
|
+
];
|
|
180
|
+
|
|
181
|
+
function formatTimeAgo(date) {
|
|
182
|
+
let duration = (date - new Date()) / 1000;
|
|
183
|
+
|
|
184
|
+
for (const division of divisions) {
|
|
185
|
+
if (Math.abs(duration) < division.amount) {
|
|
186
|
+
return formatter.format(Math.round(duration), division.name);
|
|
187
|
+
}
|
|
188
|
+
duration /= division.amount;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
document.getElementById('generation-date').title = new Date(window.GENERATION_DATE).toLocaleString();
|
|
193
|
+
document.getElementById('generation-date').innerText = `Last modified ${formatTimeAgo(window.GENERATION_DATE)}`;
|
|
194
|
+
|
|
195
|
+
})();
|
|
196
|
+
</script>
|
|
197
|
+
</p></footer><div class="overlay"></div><script>
|
|
198
|
+
try {
|
|
199
|
+
const generateLinkElement = document.querySelector(".tsd-generator a");
|
|
200
|
+
const link = document.createElement("a");
|
|
201
|
+
Object.assign(link, {
|
|
202
|
+
href: "https://github.com/dmnsgn/typedoc-material-theme",
|
|
203
|
+
target: "_blank",
|
|
204
|
+
rel: "noreferrer",
|
|
205
|
+
innerText: "typedoc-material-theme."
|
|
206
|
+
});
|
|
207
|
+
generateLinkElement.insertAdjacentElement("afterend", link);
|
|
208
|
+
generateLinkElement.insertAdjacentText("afterend", " with ");
|
|
209
|
+
} catch (error) {
|
|
210
|
+
|
|
211
|
+
}
|
|
212
|
+
</script></body></html>
|