Spelling: ... runner settings (#3783)

* spelling: default

* spelling: elevated

* spelling: instance

* spelling: relative
This commit is contained in:
Josh Soref
2020-05-27 11:06:50 -04:00
committed by GitHub
parent c0e62372e6
commit 0bcaa13056
12 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
bool is_auto_start_task_active_for_this_user();
bool create_auto_start_task_for_this_user(bool runEvelvated);
bool create_auto_start_task_for_this_user(bool runElevated);
bool delete_auto_start_task_for_this_user();