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