Closed joeperpetua closed 2 months ago
Adding implementation for Scheduled and Event Triggered tasks.
Includes all from #158 and some more, especially about Event Triggered tasks.
Implemented them in two different classes to avoid usage confusion, as they use different identifications and arguments for the same actions.
I also added password_confirm() to SysInfo as it was needed for creating/modifying tasks with root privileges.
password_confirm()
SysInfo
Methods implemented:
get_output_config()
get_task_list()
get_task_config()
get_task_results()
set_output_config()
task_set_enable()
task_run()
task_delete()
create_script_task()
modify_script_task()
create_beep_control_task()
modify_beep_control_task()
create_service_control_task()
modify_service_control_task()
create_recycle_bin_task()
modify_recycle_bin_task()
get_result_output()
task_create_or_set()
Adding implementation for Scheduled and Event Triggered tasks.
Includes all from #158 and some more, especially about Event Triggered tasks.
Implemented them in two different classes to avoid usage confusion, as they use different identifications and arguments for the same actions.
I also added
password_confirm()
toSysInfo
as it was needed for creating/modifying tasks with root privileges.Methods implemented:
task_scheduler
get_output_config()
get_task_list()
get_task_config()
get_task_results()
set_output_config()
task_set_enable()
task_run()
task_delete()
create_script_task()
modify_script_task()
create_beep_control_task()
modify_beep_control_task()
create_service_control_task()
modify_service_control_task()
create_recycle_bin_task()
modify_recycle_bin_task()
event_scheduler
get_task_results()
get_result_output()
task_set_enable()
task_run()
task_delete()
task_create_or_set()