Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить компоненту NativeApi для управления процессами #5

Open
ivanov660 opened this issue Jun 7, 2018 · 0 comments
Assignees
Labels
feature new feature

Comments

@ivanov660
Copy link
Owner

Цель
Добавить более удобную возможность управления запуском/завершением внешних приложений

Задача

  1. Создать компоненту на NativeApi для управления процессами
  2. Реализовать интерфейс функционала "Запуск Процесса", "Завершение процесса", "Статус процесса", "Найти процесс", "Получить текст последней ошибки".

Информация

  1. Используем С++. Для управления используем следующие команды:
    Запуск - CreateProcess, CreateProcessWithLogonW
    Завершение - TerminateProcess, ExitProcess
    Проблемы будем ловить - GetLastError
@ivanov660 ivanov660 added the feature new feature label Jun 7, 2018
@ivanov660 ivanov660 changed the title Добавить компоненту NativeApi для управления процессов Добавить компоненту NativeApi для управления процессами Jun 11, 2018
@ivanov660 ivanov660 self-assigned this Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature
Projects
None yet
Development

No branches or pull requests

1 participant