Deletes a process from the process database by process ID.

public void DeleteProcessById(int id);
CODE

Classes: Database


Parameters

int id



Example

The following example demonstrates 

Database.DeleteProcessById(1);
CODE

Remarks

This operation will also delete files associated with the process.