Go to the documentation of this file.
18 #ifndef __BIN_SYSCTL_SYSCONTROL_H
19 #define __BIN_SYSCTL_SYSCONTROL_H
Result restartProcess(const ProcessID pid) const
Restart the given process by its ID.
SysControl(int argc, char **argv)
Constructor.
u32 ProcessID
Process Identification Number.
POSIX-compatible application.
Result resumeProcess(const ProcessID pid) const
Resume the given process by its ID.
virtual ~SysControl()
Destructor.
Control program for various system services.
Result stopProcess(const ProcessID pid) const
Stop the given process by its ID.
virtual Result exec()
Execute the application.