Excerpt |
---|
Deletes a process from the process database by process ID. |
Code Block |
---|
public void DeleteProcessById(int id); |
Classes: Database
Parameters
int id
Example
The following example demonstrates
Code Block |
---|
Database.DeleteProcessById(1); |
Remarks
This operation will also delete files associated with the process.